Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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