Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Changing values in a tile

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. 

 

danlawrence_0-1642762101681.png

Is there a way to do this that I am not seeing?

 

Thank you for your help. 

 

 

 

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

You could apply filter to a Card visual

Eyelyn9_0-1643099523967.png

 

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.

View solution in original post

2 REPLIES 2
v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

You could apply filter to a Card visual

Eyelyn9_0-1643099523967.png

 

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.

lbendlin
Super User
Super User

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors