Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I need help for this:
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
Any idea is appreciated. Thank you
Solved! Go to Solution.
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
so you will get the information like this format
take your data in matrix
you can disable the total or subtotal value. you will see the desired result.
I hope i answered your question!
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
so you will get the information like this format
take your data in matrix
you can disable the total or subtotal value. you will see the desired result.
I hope i answered your question!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.