March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
165 | |
116 | |
63 | |
57 | |
50 |