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,
my DAX ...
... so, the Total of 24 does not match whats listed, should be 89.
89 is confirmed correct by background MS SQL queries over the same datasource.
Results for column Position_Headcount_3 shows that, what looks like, the SUMMARIZE statement skips rows.
I'd appreciate any suggestion or comment why this doesn's work.
One clue I found (Google Search) hinted that the new/temp SUMMARIZE table creates a unique identifier on Helper_Value (which is just a number), so I tried this DAX ...
Solved! Go to Solution.
... more specific, this DAX works, gives me the correct Total:
... sorry folks, should have searched before.
The answer is here
... more specific, this DAX works, gives me the correct Total:
Hi @MoodyDirk ,
Glad that you have solved the problem by yourself! If you don't have other problems, could you please accept your answer as the solution? Then we are able to close the thread.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.