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
petermb72
Helper III
Helper III

Conditional Formatting Based on a Table

I want to dislplay a Card and have the background show red if an occupancy level drops below a certain level.  The twist is that the locations have different thresholds of when they should be red.  Here are the table examples and what I would like for an outcome:

Location

Min Occupancy

North.90
South.75
East.65

West

.50

 

I would have a slicer for the Location and then a card that would show the current Occupancy rate.  The Card would also show a background color of Red if it drops below the Min. Occupancy.  For an example

North would show a card with Red if the Occupancy was at .88 but none of the other locations would be red, they would be green if they were at .88.  West would be green at .55 but East would be red.  How do I setup up the card to use the different thresholds for the different locations to determin the background color?

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

@petermb72 

With these sample tables:

Fact Table.JPG

 

Threshold.JPG

 and this model:Model.JPG

 

I've created the following measures:

Occupancy = SUM(FactTable[Occupancy])
Average Min Occ = AVERAGE('Min Occupancy'[Min Occupancy])

 

and to format the cards:

Conditional format = IF([Occupancy] < [Average Min Occ], 1, 0)

 

Use this [Conditional format] measure to format the different elements of the card. For example:

BackroundBackround

 

 

LabelLabel

 

 and you get this

result.JPG

 

Occ format.gif

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

4 REPLIES 4
PaulDBrown
Community Champion
Community Champion

@petermb72 

With these sample tables:

Fact Table.JPG

 

Threshold.JPG

 and this model:Model.JPG

 

I've created the following measures:

Occupancy = SUM(FactTable[Occupancy])
Average Min Occ = AVERAGE('Min Occupancy'[Min Occupancy])

 

and to format the cards:

Conditional format = IF([Occupancy] < [Average Min Occ], 1, 0)

 

Use this [Conditional format] measure to format the different elements of the card. For example:

BackroundBackround

 

 

LabelLabel

 

 and you get this

result.JPG

 

Occ format.gif

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Does this allow us to choose a location as a slicer rather than the date?

@petermb72 

 

Sure...

 

Location Slicer.gif

 

I've attached the sample PBIX file for your reference





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






petermb72
Helper III
Helper III

Also keep in mind I want to use a slicer to change the location and the card to display the correct backgound color, either Green or Red.  I will be doing other cards like this that will include Green Yellow Red depending on the % of a number.

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.