Hi all,
Appologies if this is a simple fix, but for the life of me I can't work this out.
I need to change the tile value to show the 'metered' value but I can only seem to get either 100% of the total or the 'unmetered' value.
Is there a way to do this that I am not seeing?
Thank you for your help.
Solved! Go to Solution.
Hi @danlawrence ,
You could apply filter to a Card visual
Or create a measure in Power BI Desktop like:
Measure = CALCULATE( MAX('Table'[BreakDown]),'Table'[Metered/Unmetered]="Unmetered")
Then as @lbendlin mentioned, pin the visuals to dashboard in Power BI service.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @danlawrence ,
You could apply filter to a Card visual
Or create a measure in Power BI Desktop like:
Measure = CALCULATE( MAX('Table'[BreakDown]),'Table'[Metered/Unmetered]="Unmetered")
Then as @lbendlin mentioned, pin the visuals to dashboard in Power BI service.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
As far as I know there is no such thing as a tile visual. You can pin a visual to a tile. But if your visual changes then you cannot propagate these changes to the tile. You have to delete the tile and pin the visual to a new tile.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
179 | |
67 | |
65 | |
57 | |
55 |
User | Count |
---|---|
184 | |
103 | |
89 | |
75 | |
72 |