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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Heatmap formula help

Hi, am new to PBI and am stuck trying to show a heatmap table of the % of people per level/dept that have a selected attribute.

 

Any ideas on the formula?

 

eg.

               Grade 1      Grade 2

Dept A      #%                #%

Dept B      #%                #%

 

eg Formula needs to show the % of people in dept A grade 1 that have the attribute (attribute is in a column).

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

You may try to use “all” functions in your formula. see this blog:

https://www.sqlbi.com/articles/managing-all-functions-in-dax-all-allselected-allnoblankrow-allexcept/

If not your case, please share Sample data and expected output. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

Best Regards,
Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Arul
Super User
Super User

Hi @Anonymous ,

 

For your problem you can create calculated column for two Dept and then pull the calculated column values into heatmap based upon your requirement to the report page. Now you can filter Dept A and grade 1 with the help of

the slicer.

 

Try this formula for creating calculated columns,

 

% of Grade 1 = DIVIDE(Sheet1[grade1],Sheet1[grade1]+Sheet1[grade2])
% of Grade 2 = DIVIDE(Sheet1[grade2],Sheet1[grade1]+Sheet1[grade2])

 

Thanks & regards,

-Arulprakash





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors