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 August 31st. Request your voucher.
Hi All,
I am trying to create a Table & Chart, Sum of the $ value is not matching, DISTINCT of Opportunity Identifier should match with $ value.
DAX
in Excel you get Sums in totals
in Powerbi you get the same calculation for the sum line, so its not a Sum, its the same calculation for the last line.
Normaly you can fix this by fixing the Model, and the Hiracy on your table.
if not do an IF statement where yo check if your line is filtered like this
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |