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

crosstab column display the value name first, and then the columns like a excel pivot

Hello,

I need help for this:

Pivot excel.png

The result above is that I want to get the title of the values first and then the year so I can compare the pieces between the two years.
In PowerBI how do I get the same thing, since there is no option to invert the values with the year as on pivots? PBI puts all the values and then year

My values are formulas in DAX, those in the print screen is just one example

PBI Crosstab.png

Any idea is appreciated. Thank you

1 ACCEPTED SOLUTION
Uzi2019
Super User
Super User

Hi @Giacomo101 

 

Unfortunetly No, You cant change the format as per the excel.

 

But you can Unpivot this format like this

select product and year > Transform > Unpivot other column 

Uzi2019_0-1728385469560.png

 

 

so you will get the information like this format

Uzi2019_1-1728385494928.png

 

 

take your data in matrix

Uzi2019_2-1728385538591.png

 

 

you can disable the total or subtotal value. you will see the desired result.

 

I hope i answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

1 REPLY 1
Uzi2019
Super User
Super User

Hi @Giacomo101 

 

Unfortunetly No, You cant change the format as per the excel.

 

But you can Unpivot this format like this

select product and year > Transform > Unpivot other column 

Uzi2019_0-1728385469560.png

 

 

so you will get the information like this format

Uzi2019_1-1728385494928.png

 

 

take your data in matrix

Uzi2019_2-1728385538591.png

 

 

you can disable the total or subtotal value. you will see the desired result.

 

I hope i answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

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