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.
Hola,
Tengo una consulta que lee una carpeta con csvs que tienen el siguiente formato:
Necesitaria darle formato tabla de esta forma:
Gracias
Solved! Go to Solution.
Group By your header column. Choose 'All Rows' for the Operation.
The next step should add an index row to the nested tables.
Table.TransformColumns(#"Grouped Rows", {{"All Rows", each Table.AddIndexColumn(_, "Index", 1, 1)}})
Now expand the All Rows column. You do not need the header column in the expansion.
Select the header column and select Pivot Column (on the Transform ribbon). The values should be your second column and the Aggregate Value Function is 'Don't Aggregate'.
You can remove the 'Index' column to end up with something like this...
Proud to be a Super User! | |
thank you so much
Group By your header column. Choose 'All Rows' for the Operation.
The next step should add an index row to the nested tables.
Table.TransformColumns(#"Grouped Rows", {{"All Rows", each Table.AddIndexColumn(_, "Index", 1, 1)}})
Now expand the All Rows column. You do not need the header column in the expansion.
Select the header column and select Pivot Column (on the Transform ribbon). The values should be your second column and the Aggregate Value Function is 'Don't Aggregate'.
You can remove the 'Index' column to end up with something like this...
Proud to be a Super User! | |
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 |
---|---|
14 | |
13 | |
12 | |
12 | |
12 |