Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
Post image 9
Post image 10
Post image 11
Post image 12
Post image 13
Post image 14
Post image 15
Post image 16
Post image 17
Post image 18
1 / 18
0

Explaining Lineage in DAX | Towards Data Science

Towards Data Science·Salvatore Cagliari·3 days ago
#OEC8y5cA
Reading 0:00
15s threshold

Introduction In DAX, lineage is an important concept, and it is vital to understand how to work with and manipulate it. As I did in past articles, I will use DAX queries to explain this concept and its effects. I start with a simple query to get the order count for the product of the brand “Adventure Works”: EVALUATE        CALCULATETABLE(               SUMMARIZECOLUMNS('Date'[Year]                                          ,'Date'[MonthShortName]                                          ,'Date'[MonthKey]…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More