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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
KoliCharan
Regular Visitor

How to shift entire row in a table

Hi All,

 

Is it possible to shift the rows in the table to the column?

 

EG: 

This is my Sheet where I need to entire row to be separated (Percentage values) into new columns 

 

Raw : 

KoliCharan_0-1674792023869.png

 

Output: 

KoliCharan_1-1674792097072.png

 

Thanks in advance.

 

3 REPLIES 3
Anonymous
Not applicable

Hi @KoliCharan ,

Please refer to my pbix file to see if it helps you.

let
    Source = Table.NestedJoin(#"Table (2)", {"Name"}, #"Table (3)", {"Name"}, "Table (3)", JoinKind.FullOuter),
    #"Expanded Table (3)" = Table.ExpandTableColumn(Source, "Table (3)", {"Name", "Min", "Avg ", "Max"}, {"Table (3).Name", "Table (3).Min", "Table (3).Avg ", "Table (3).Max"})
in
    #"Expanded Table (3)"

 

vpollymsft_0-1675059795156.png

vpollymsft_1-1675059819100.png

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

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

Hi @Anonymous 

 

This helps me so point and I will work with it one more help can I have a sample dashboard of how we can showcase the min, max, and average values in the dashboard?

and how to eliminate the null values.

 

Thanks in advance

freginier
Solution Sage
Solution Sage

Do you wan't help to do this in Power BI ? or Excel ? or something else ? 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.