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
Anonymous
Not applicable

Transpose table and change the view of table

Hi all,

 

I am facing one issue where I would like to transpose the table (Columns will look like rows, and it will also show row values in rows). And change the view of the table. So, currently, I have a table in PBI that looks like that. 

Nawaz_0-1615633152976.png

But I would like to see it like the below-mentioned image.

Nawaz_1-1615633259316.png

 

Is there any possibility to shift the Power BI table to like the above-mentioned image? Thank you all for your kind support.

 

Regards,

Ahsan

4 REPLIES 4
Anonymous
Not applicable

@AllisonKennedy, Can you please guide me more about the custom DAX to get the exact formatting? Speed is not an issue for me because I'm not using a big dataset, I have only a few data points, but the main target is to show the values as I stated in the question. I'm not a pro in Power BI, so your help is beneficial for me. Thanks

@Anonymous Can you share the raw data or sample of it using OneDrive please? Custom DAX would look something like: 

 

Subsidiary Name = "* Name of Subsidiary: " & [Subsidiary Name]

 

Then you can use multi-row card or data story visuals to add all the measures to it. https://blog.pragmaticworks.com/power-bi-custom-visuals-enlighten-data-story You can use html <br> for new line in that data story one. 


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Anonymous
Not applicable

Hi @AllisonKennedy

Kindly find the attached google drive link. I hope it works for you. 

Example Data set 

 

Thank you for your support.

 

Regards,

Ahsan

AllisonKennedy
Super User
Super User

You could try a matrix instead of table visual. You might find the 'show values on rows' feature helpful.

 

Otherwise you could try smart narrative custom visual or use custom DAX to get the exact text formatting you want (DAX may be slow).


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

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