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
RajibPBI860721
Regular Visitor

Generating Row wise heatmap

Dear Experts,

I have a scenario where I have written a measure to calculate the % consumption of stock with respect to the total available stock over the current month and future months.

Used that in a matriX w.r.t to Products and Month-yy and created a heat map.

The problem here is with normal condition formatting it is considering all the products across all the months and assigning the color pattern

What I require is it should compare row-wise only for that particular product across the month and based on the month-wise highest and lowest coverage should provide the color scheme. 

Thanks in advance. 

 

 

RajibPBI860721_1-1664533452234.png

 

 

1 REPLY 1
amitchandak
Super User
Super User

@RajibPBI860721 , You can create a color measure.

 

example

color =
switch ( true(),
FIRSTNONBLANK('Table'[commodity],"NA") ="commodity1" && sum('Table'[Value]) >500,"lightgreen",
FIRSTNONBLANK('Table'[commodity],"NA") ="commodity2" && sum('Table'[Value]) >1000,"lightgreen",
// Add more conditions
"red"
)

 

 

and use that in conditional formatting using the field value option?

How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...

 

 

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.