March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 :
Output:
Thanks in advance.
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)"
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
Do you wan't help to do this in Power BI ? or Excel ? or something else ?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
128 | |
90 | |
75 | |
56 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |