Forum Discussion
Help with complex Measures and Calculated columns
- 11 months ago
Hi craigmon
Please use these measures,
1.Measure = sumx(SUMMARIZE(Dealbook,Dealbook[Location1],Dealbook[Sales Exec],"x",[01 Negative Diff Only Measure]),[x])2.
01 Neg Diff Only Measure New = if([01 PPU Diff Measure]<0,[01 PPU Diff Measure],if(HASONEVALUE(Dealbook[Location1]),[Measure])) --- add this to your visual to get the valuesPlease mark this as solution if it resolves your problemThanks,Rajashri N
Hi craigmon,
Thank you for reaching out to the Microsoft fabric community forum. I reproduced the scenario again with your .pbix file, done some changes, and it worked on my end.
I am also including .pbix file for your better understanding, please have a look into it:
Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.
Thank you for using the Microsoft Fabric Community Forum.
Thanks for this but the 01 Negative Diff Only Measure show different values to the 01 PPU Diff Measure? The negative values should be the same and any postive should show as 0. They should be the same as per my orignal pbix file but with the correct total at the bottom rather than 0. My original 01 Negative Diff Only Measure works as it should at row level, but as you can see the total is not correct. So I just need the 01 Negative Diff Only Measure to show the correct total not zero. Thanks