The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 @Anonymous ,
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 @Anonymous ,
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.
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
41 |