The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
60 | |
55 | |
53 | |
49 | |
30 |
User | Count |
---|---|
179 | |
87 | |
71 | |
48 | |
46 |