Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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.
Can some one advise me how to combine Above column with Feild name = Amount ?
So that user don't need to click 1_REV
I try below , it cannot work :-
Enclosed below link my PBI file :-
Paul
Solved! Go to Solution.
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.
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.
@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-slic...
https://www.youtube.com/watch?v=vlnx7QUVYME
User | Count |
---|---|
85 | |
73 | |
73 | |
57 | |
51 |
User | Count |
---|---|
43 | |
41 | |
35 | |
34 | |
30 |