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

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

Reply
lboldrino
Resolver I
Resolver I

Which visual as Excel Matrix

Hi 🙂

i try to rebuild a Excel Report in powerbi.

i have some KPI (Mesaures) , but i cant display them as in Excel?

here is the Excel:

lboldrino_0-1630917800299.png

and this is my result in power bi:

 

lboldrino_2-1630917851366.png

 

 

any idea?

Thanx 🙂

 

 

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

To have the measure titles in the rows, you’ll need to access the visualization settings, under the Values option and toggle the option Show on Rows to ON.

Vlianlmsft_0-1631065455504.png

 

View solution in original post

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

To have the measure titles in the rows, you’ll need to access the visualization settings, under the Values option and toggle the option Show on Rows to ON.

Vlianlmsft_0-1631065455504.png

 

amitchandak
Super User
Super User

@lboldrino , this measure split into measure and dimesion. you need to create table like this with required filter in group by summarize if needed and join back with dimesnions

 


union(
summarize('Table',"Measure","sales","This period",[SALES YTD],"Last period",[SALES LYTD],"POP",[SALES YOY])
summarize('Table',"Measure","unit","This period",[unit YTD],"Last period",[unit LYTD],"POP",[unit YOY])
)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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!

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