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.
in this table the total is not showing correct.
Please help
Hi @Yashh ,
The problem of incorrect totals and subtotals in DAX is a common problem for Power BI users. Please refer to the below blog to learn about how to fix it:
Learn How to Fix Totals and Subtotals in DAX (theexcelclub.com)
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @DataVitalizer
Hello all the total here is not correct
This is the formula which i am using:
Hi @Yashh
Try replacing the filter context as below
...VAR FilteredData =
FILTER(
ALL('MD4C-Multi'),
'MD4C-Multi'[M...
Did it work ? 👍 A kudos would be appreciated 📢 Mark it as a solution to help spreading knowledge
RETURN
DISTINCTCOUNT(FilteredData[Material])
Did it work ? Mark it as a solution to help spreading knowledge
Was this exchange helpful? A kudos 👍 would be appreciated
Hi @Yashh
Are you displaying values from a measure? if so, please share the used fomula.
Did it work ? Mark it as a solution to help spreading knowledge
Was this exchange helpful? A kudos 👍 would be appreciated
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |