Forum Discussion

admin11's avatar
admin11
Memorable Member
5 years ago
Solved

How to Combine Column Expression with AMOUNT ?

Hi All   I have one of the Revenue chart , when i plot i need to Revenue by month , i need to Click on the 1_REV Button.    1_REV = SWITCH(TRUE(), 'GL'[Reporting Code]>=00001 &&'GL'[Reporting...
  • v-cazheng-msft's avatar
    5 years ago

    Hi admin11 

    You can create a Measure and use this Measure to create visual.

     

    REV_AMOUNT = CALCULATE([AMOUNT],FILTER(GL,GL[Reporting Code]>=00001&&GL[Reporting Code]<=00019))

     

    The result looks like this:

     

    Best Regards

    Caiyun Zheng

     

    Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.