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
MarkieMark
New Member

Enhanced Scatter 2.0 - cannot use a measure for Customized Colour field?

I've built a traditional heat map to represent Risk impact x severity. I wish to make it dynamic so the mitigation selected (Inherent / PreMit / PostMit) is reflected wihtin the visual. It works fine for the size of the bubble (sum of cost) but it won't accept my measure for the 'Cutomized Colour' field. It works fine when using a calculated column, but i need real-tim change for the user to compare not to wiat for the underlying table to be recalculated. Is this a bug or am I doing something wrong?

Worth adding the measure works fine in a Table to drive the conditional formatting of the cell depending on the filter applied.

200121 Heatmap.PNG

.test Dynamic Heatmap EMV Bubble Colour = 
IF (
    SELECTEDVALUE ( Risk__Risk_Assessment_Rating__c[Risk__Mitigation__c] ) = "Inherent",
    MAX( Risk__Risk_Assessment__c[Risk__Inherent_RatingHexHash]) ,
    IF (
        SELECTEDVALUE ( Risk__Risk_Assessment_Rating__c[Risk__Mitigation__c] ) = "Residual",
        MAX ( Risk__Risk_Assessment__c[Risk__Residual_RatingHexHash] ),
        IF (
            SELECTEDVALUE ( Risk__Risk_Assessment_Rating__c[Risk__Mitigation__c] ) = "Target",
            MAX ( Risk__Risk_Assessment__c[Risk__Target_RatingHexHash] )
        )
    )
)

 

0 REPLIES 0

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Users online (25)