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
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
cosm
Resolver II
Resolver II

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
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.