Forum Discussion

HanishR's avatar
HanishR
Frequent Visitor
6 years ago
Solved

Removing Totals on filtered data

Hi all,  I am trying to remove a total which is showing misleading information,  When the data is filtered, or when it is not, the total columns marked below show the last Month / Quarter Total, ...
  • Icey's avatar
    Icey
    6 years ago

    Hi HanishR ,

     

    How about create your Budget measure like so:

    Budget = IF ( [Sales MTD] <> BLANK (), SUM ( 'Sales'[Budget] ) )
    

     

     

    Best Regards,

    Icey

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.