Hi,
I have used a measure as there was an adjustment that was suppose to be made, I made that adjusment
with (7587) in the month of Aug but in the totaling it is not giving me the correct total
Measure =SWITCH(SELECTEDVALUE(Dates[MonthInCalendar]), “Aug 2020”,[Usage After SIP]-7587,[Usage After SIP])
Your support in this regard will highly be appreciated.
To address this type of issue, one of our expert member @Greg had created a post which involves all the links of the videos that address how to solve this type of problem. It also contains the links of the queries that are being asked by the members onto the Forum till date and all the relevant blogposts links.
Hoping you find this useful and meets your requirements that you’ve been looking for.
Note:Please click on the link to view the entire post and not on expand/collapse button.
But in the given file, I don’t see any measure with the name “Testing Adjustments” whilst in the screenshot that you’ve provided contains that measure in which the problem had occurred. Another thing there’s one visual which shows the error.
Hi Harsh,
In the File there is a measure with the name of “New Toll Free Saving test” , When i add that measure it gives me this error, “New Toll free Saving Test” is the same as @Rajesh told me to make it.
Please let me know if there is any ambiguity
Ok, I removed that measure and both the tables look alike.
But still I’m not able to find out where the actual problem lies. In your initial query you’d provided the screenshot which contained “Testing Adjustments” formula. I’m not able to find that formula. As you’d mentioned that this was the formula where the error occurred.
Can please incorporate that “Testing Adjustments” formula in your file? So that I can try to fix the total for that. Or is there any other thing that I’m missing in your file?
Thank you @Harsh for helping me out, i have udpated the file, you could se the Testing Adjustment Measure also, also attaching the Image where the Total is Incorrect in the Testing Adjustment
I have updated the File with the Testing Adjustments
Testing Adjustment = SWITCH(SELECTEDVALUE(Dates[MonthInCalendar]), “Aug 2020”,[Usage After SIP]-7587,[Usage After SIP])
Thank you @Harsh, Yes the Image total shows the correct amount, … You Rock … Could you please also share the .PIBX file., in the last message the Pibx is not attached or if you could let me know the measure of “Correct Total”
My apologies, actually due to large size of the file I was not able to upload it.
But yes, in my previous post the grey part shows the formula of the “Correct Total”. You can simply paste that formula in your PBIX file and it will work absolutely fine.
Could you please let me know the Correct Total measure, I am not sure which one you are referring to
Measure 1:
“Testing Adjustment (Correct Total) =
SUMX(
SUMMARIZE( Dates , Dates[MonthInCalendar] , “Correct Totals” , [Testing Adjustment] ) ,
[Correct Totals] )”