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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
pabad-ap
Regular Visitor

Conditional format on Card(new) with small multiples

HI everyone,

 

@AleSota  @Ritaf1983 the other post doesn't exist any more. I'll explain the issue again with an example.

Link to Sample report CardNewSmallMultiplesIssue.pbix

Issue: I have a report that track invoices sended to and paid by companies that rent a space in some events.

I've created a Card(new) visual with the field event name as small multiples field and I want to apply a conditional format to "paid_invoices %", green for 100% and red for the other cases. 

DAX measures used are: 

paid_invoices % = DIVIDE([Paid_invoices], [Invoices], 0)
color = if( [paid_invoices %] = 1, "green", "red")
If I apply the conditional format to Card(new), DAX apply the logic over the visual total paid_invoices % insted of over the total of the specific small multiple. But using the same measures in a table the result is the expected one, red for paid_invoices % <1 and green for the other case.

pabadap_1-1732101755166.png

 

Thanks in advance for your suport. If some extra information is needed let me know 🙂

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @pabad-ap ,

 

As far as I know, conditional formatting is not currently supported for multi-row card. You can consider the following workarounds and submit your suggestion here(Home).

 

Links:

Solved: Conditional format with multi-row - Microsoft Fabric Community

Solved: Multi Row Card Conditional Formatting - Microsoft Fabric Community

 

 

Best regards,

Mengmeng Li

View solution in original post

4 REPLIES 4
robertto
Regular Visitor

Identical problem here. Any solution? It has no sense that the visual allows to inform rules, etc etc but then don't apply for each row/card.

As far as I know it is not fixed for the moment. It is in the roadmap of future enhancements.

Anonymous
Not applicable

Hi @pabad-ap ,

 

As far as I know, conditional formatting is not currently supported for multi-row card. You can consider the following workarounds and submit your suggestion here(Home).

 

Links:

Solved: Conditional format with multi-row - Microsoft Fabric Community

Solved: Multi Row Card Conditional Formatting - Microsoft Fabric Community

 

 

Best regards,

Mengmeng Li

I do hope its something that will be remedies in the near future to allow small multiples to support conditional formatting. I had a similar issue but mine is with respect to conditionally formatting the color of the details of a reference label. I have no choice but to use the work around now but it'll be very cumbersome to be using all the time because some of my cards a combination of the small mutliples and bookmarks.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors