Tag Best Data Lineage Tools

Data Lineage in DAX

Data Lineage in DAX

Data lineage is a feature of DAX that most developers don’t know exists when they use it. This article focuses on data lineage in DAX and how it can help us generate better DAX code. Before diving into our article,…

Gudu SQLFlow direct data flow introduction

In this article, we’ll introduce some of the SQL elements that generate direct dataflows, which are the main archetypes of production dataflows. 1、Select Example statement: The data for the target column “eName” comes from the scott.emp.empName column, so we have…