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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello, I have a measure that is based on an if statement and the row values from the measure return correctly but I need the total value of the column which is currently blank. The column on the left is the measure which needs the total and the column on the right is from a calc column (can't use calc column for my purpose):
The Dax for the Measure column on the left is as follows:
Solved! Go to Solution.
Hi @JeanMariePBI ,
I think you want to return the total value of the measure, right? It is very common that the total value of the measure is incorrect.
You can solve it by creating a new measure.
New Measure=SUMX('Table',[MY_SLIDER_1_RebatesPaid_NoSales])
Put this new measure into the view, there should be a total value, try it.
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 @JeanMariePBI ,
I think you want to return the total value of the measure, right? It is very common that the total value of the measure is incorrect.
You can solve it by creating a new measure.
New Measure=SUMX('Table',[MY_SLIDER_1_RebatesPaid_NoSales])
Put this new measure into the view, there should be a total value, try it.
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.
What's your definition for measure [MY_SLIDER_1_LINE_REB_PAID] and [MY_SLIDER_1_LINE_VOL]? Is there some formula which only allows for one value?
Can you provide the dax for the three measures that make up that one eg [MY_SLIDER_1_LINE_REB_PAID].
Also what forms the rows of the matrix visual above?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 25 |