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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi How can i calculate Total in Power BI, If you see in Table in the below Total is not correct, Can you please help me to calculate total using DAX.
Solved! Go to Solution.
Try this measure:
Count = Calculate(Distinctcount(Table[sym_id]),Filter(All(Table),[ets_rec_accuracy]=Max([ets_rec_accuracy]))
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try the DAX which is given by @Anonymous .
Try this measure:
Count = Calculate(Distinctcount(Table[sym_id]),Filter(All(Table),[ets_rec_accuracy]=Max([ets_rec_accuracy]))
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try the DAX which is given by @Anonymous .
Kindly share the sax formula for the measure. So it would be easier for tackling the issue.
no need for the additional measure, in case I'm missing something.
what is proposed in the response is that you change the aggregation of the visual to SUM as below
The way it is current is aggregating the Count
Regards
rubin
I am not using any Dax formula, Simply doing distinct count of Sys-id, if you have any Dax to correct this total
change your sym_id to SUM and not Count 😉
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!