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

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

Reply
Vaibhav05
Helper I
Helper I

Need to check how we can showcase values currently in Measure in Column in Matrix visual in Power BI

Hi,
I want to check how we can showcase the values stored in Measure in column in Matrix visual in Power BI report.

Vaibhav05_0-1722102971805.png

 

5 REPLIES 5
Vaibhav05
Helper I
Helper I

Hi @AmiraBedh 
I am trying to collate different KPI from Different sources together and would showcase the Values together on 1 Page. We need to Showcase Actuals in comparison with target values. The KPI Values (in the above Image) i..e Accidents: LTI or Accidents: TRI are coming from measure that we have built in their resp. imported files.
We are clubbing all KPI measures together and showcasing them in Matrix visual.
Need to check how we can showcase the values (Coming from Measure) together in 1 separate Column. which will look like the total col. (As highlighteded in the above image).

Anonymous
Not applicable

Hi  @Vaibhav05 ,


Let me try to reproduce your data and hopefully help you with your problem.

vxingshenmsft_0-1722232273775.png

If you want to display values stored in metrics in a matrix visualobject, we can create a new table that includes the metrics to be displayed, and then build the dynamic metrics.

 

 

Measure 3 = SUM('Table'[Actual Value]) 
Measure 4 = SUM('Table'[Target])
Table 2 = DATATABLE("MeasureName",STRING,
"Sorting" ,INTEGER,
{
    {"Actual",1},
    {"Target",2}
}
)
Measure = SWITCH(SELECTEDVALUE('Table 2'[MeasureName]),
"Actual",[Measure 3],
"Target",[Measure 4],
BLANK())

 

 

vxingshenmsft_1-1722232336461.png

 

Hope it helps!

Best regards,
Community Support Team_ Tom Shen

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous ,
Thanks for your reply, I have checked but i want to Include the Total Actual and Total target column in the current matrix Visual which has KPIs. The solution presented was for Standalone visual however  when i am adding Actual or target column to current matrix then the table is not supporting because there is no relation between current table and new Table. Wanted to have the output as below:

Vaibhav05_0-1722252025390.png

 

 

Can you please share your model ?


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696
AmiraBedh
Super User
Super User

Can you share some data ? your model ? the way you are implementing the measure?


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors