Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I am trying to add the Column Target MRC to show total like MRC vs Target. These are measures.
Solved! Go to Solution.
Hi @WaisaleBunoa ,
It's a common issue.
Here're some blogs about fixing the wrong total using measures. Please refer to
Fixing Incorrect Totals Using DAX Measures In Power BI – Master Data Skills + AI (enterprisedna.co)
Why my measure returns the wrong total? How to fix that? (vahiddm.com)
Why Power BI totals might seem inaccurate - SQLBI
Dealing with Measure Totals - Microsoft Fabric Community
To update these measures to have the sum of the visible values in the visual, we need to use the IF statement with HASONEVALUE, SUMMARIZE, and SUMX.
HASONEVALUE: Returns TRUE when the context for columnName has been filtered down to one distinct value only. Otherwise is FALSE.
SUMMARIZE: Returns a summary table for the requested totals over a set of groups.
SUMX: Returns the sum of an expression evaluated for each row in a table.
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.
Hi @WaisaleBunoa ,
It's a common issue.
Here're some blogs about fixing the wrong total using measures. Please refer to
Fixing Incorrect Totals Using DAX Measures In Power BI – Master Data Skills + AI (enterprisedna.co)
Why my measure returns the wrong total? How to fix that? (vahiddm.com)
Why Power BI totals might seem inaccurate - SQLBI
Dealing with Measure Totals - Microsoft Fabric Community
To update these measures to have the sum of the visible values in the visual, we need to use the IF statement with HASONEVALUE, SUMMARIZE, and SUMX.
HASONEVALUE: Returns TRUE when the context for columnName has been filtered down to one distinct value only. Otherwise is FALSE.
SUMMARIZE: Returns a summary table for the requested totals over a set of groups.
SUMX: Returns the sum of an expression evaluated for each row in a table.
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.
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 32 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 66 | |
| 58 | |
| 31 | |
| 25 | |
| 24 |