Forum Discussion
Totals Calculations using a % - a real problem
- 4 years ago
Hi,
Try this measure
Measure = SUMX(VALUES(Pipelime_MFMA[Project]),[Year 1 Adjusted by Probability])
Hope this helps.
Hi,
Try this measure
Measure = SUMX(VALUES(Pipelime_MFMA[Project]),[Year 1 Adjusted by Probability])
Hope this helps.
Hi Ashish,
Thanks for your repsonse.
I'm not quite sure how this would work as the final part of your measure references itself...so doesn't that make it a circulare reference?
Paul
- Ashish_Mathur4 years ago
Super User
Mine is a new measure.
- Otto_Luvpuppy4 years ago
Helper II
Hi Ashish,
So are you saying that my original measure is fine but use it in your measure for the table column I want to show?
Paul
- Ashish_Mathur4 years ago
Super User
Yes.
- Otto_Luvpuppy4 years ago
Helper II
Hi Ashish,
Ignore my last post I did what I thought you meant and it WORKS!!!!!!!!!
Brilliant...thank you very much...you have saved my PC from being thrown out of my window 😁Paul
- Ashish_Mathur4 years ago
Super User
You are welcome.