The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I would like to understand, why I do get 1 in every row (when trying to count the IDS of first column) with the first image. But then with the 2n image it works perfectly fine. Thanks!
1)
2)
Solved! Go to Solution.
Hi @campelliann
The short answer is: context transition, triggered by CALCULATE
A very important mechanism in DAX
You can override it with an ALLEXCEPT(Table1, Table1[equipa2])
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
Hi @campelliann
The short answer is: context transition, triggered by CALCULATE
A very important mechanism in DAX
You can override it with an ALLEXCEPT(Table1, Table1[equipa2])
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