Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi everyone,
I'm fairly new to Power BI. I've created some visuals with lots of metrics displayed in cards and I've added a number of filters to allow people to see how those metrics change depending on which segment of the overall audience they are interested in. To make the data more meaningful, for each card, I want to be able to show whether the filtered data is higher or lower than the whole population by applying some conditional formatting.
Anyone tried to do this before?
Is there a better visualisation for doing this than the cards?
Any guidance much appreciated
Andy
Hi @ANDYPICKFORD ,
According to your description, I create a sample below.
For example we want to compare the average sales of the types we selected in slicer and the average sales of all types, here's my solution, create a measure.
AVG =
AVERAGE ( 'Table'[Sales] )
Color =
IF ( [AVG] >= CALCULATE ( [AVG], ALL ( 'Table' ) ), "red", "blue" )
Then in card visualizations formatting>Effects>Backgroud, click the button "fx"
Select color measure in the dialog.
Result:
I attach my sample below for your reference.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best regards,
Community Support Team_yanjiang
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |