Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Community,
I am having an issue with the total shown in Power BI Table Visual. Take for example the following image.
The total should have been 2,912,655. Why is it not showing the correct total? Is it because of filters in the page and visual or is it a bug? I cannot understand where the issue is. I would appreciate your clarifications.
Thank you.
Solved! Go to Solution.
Try using this measure instead. It references your existing measure, and should give you the same values in the rows but correct total. Replace Table with your actual table name.
Amount 2 = SUMX(VALUES(Table[Speciality]), [Amount])
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Try using this measure instead. It references your existing measure, and should give you the same values in the rows but correct total. Replace Table with your actual table name.
Amount 2 = SUMX(VALUES(Table[Speciality]), [Amount])
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
So have you applied any filters on the visual? And could you please share the dax code of the measure [Amount] so that I could do further analysis?
Regards,
Jimmy Tao
Hi Jimmy,
There is not dax formula on the field amount.
However, the field speciality and amount is not coming from same table. They are connected through an ID.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 34 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 71 | |
| 38 | |
| 35 | |
| 25 |