Forum Discussion
admin11
5 years agoMemorable Member
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...
- 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.
amitchandak
5 years agoSuper User
admin11 , are you looking for a measure slicer with Title?
measure slicer
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
https://www.youtube.com/watch?v=vlnx7QUVYME