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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
qaiseralam
Regular Visitor

Custom column total in Power BI matrix

so Below is the snapshot of my power Bi Desktop 

 

I have created three Parameteric field from where we can select threshold value 

 

i have created measure using case when statement 

    CE Category =
         VAR CE_var = qa_branch_score[CE]
               RETURN
              SWITCH(TRUE(),
              CE_var < 'Very High'[Parameter Value], 3,
             CE_var < 'H'[H Value], 2,
             CE_var < 'MEDIUM THRESHOLD VALUE'[M Value], 1,
             0
    )

 based on input i am assigning 3 , 2 , 1 and 0 value . This is working fine. 

Now Problem is that is Total column I want to add Ce category for all three month  

 

so for exampe  March score 3 , april 2 and may score 1 and june score is  0 , so in total I want 6 ( i.e. 3+2+1+0 ) do let me know if any further input is required from my end.

 

qaiseralam_0-1687410206525.png

 

1 REPLY 1
Anonymous
Not applicable

Hi.

See related question:
https://community.fabric.microsoft.com/t5/Desktop/Matrix-custom-Column-Total/m-p/2341055#M844501

and the answer provided by users @amitchandak linking to resources that describes ways to customize the information in a Matrix:

https://community.fabric.microsoft.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-Power... 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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