Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi everyone,
i really need your help. i have set of data with repeated column every 8 columns. I would like to move 21 rows of every 8 column under the row of the first set of data.
Any ideas how i can solved this problem?
Thanks
Solved! Go to Solution.
Hi @dannytan111289 ,
As in power bi ,we cant index columns directly,from my point of view,I would recommend you that first duplicate table then remove columns respectively.
Take below table for example:
Split the table into 2 tables as below:
Then rename the column names in the second table to keep the same with the first one:
= Table.RenameColumns(Table.RenameColumns(#"Removed Other Columns",{"Phone","CustomerID"}),{"Sex","Name"})
In the last step,using append to get your expected output:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my reply as a solution!
Hi @dannytan111289 ,
As in power bi ,we cant index columns directly,from my point of view,I would recommend you that first duplicate table then remove columns respectively.
Take below table for example:
Split the table into 2 tables as below:
Then rename the column names in the second table to keep the same with the first one:
= Table.RenameColumns(Table.RenameColumns(#"Removed Other Columns",{"Phone","CustomerID"}),{"Sex","Name"})
In the last step,using append to get your expected output:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my reply as a solution!
Please provide sample data in usable format (not as a picture - maybe insert into a table?) .
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
217 | |
89 | |
82 | |
66 | |
57 |