Forum Discussion
lt79_Pax
5 years agoHelper II
Data Lineage SelectOnlyC2 error
Dear Power BI Representative, I am reviewing Chapter 14 of The Definitive Guide to DAX and in the 'Understanding data lineage' section I was running the following code in DAX Studio as directed. Ho...
- 5 years ago
Hi lt79_Pax
you probably need
VAR AddC2 =
ADDCOLUMNS ( NonBlueColors, "C2", 'Product'[Color] )instead of
VAR AddC2 =
ADDCOLUMNS ( NonBlueColors, "[C2]", 'Product'[Color] )Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
AlB
5 years agoCommunity Champion
Hi lt79_Pax
you probably need
VAR AddC2 =
ADDCOLUMNS ( NonBlueColors, "C2", 'Product'[Color] )
instead of
VAR AddC2 =
ADDCOLUMNS ( NonBlueColors, "[C2]", 'Product'[Color] )
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers