Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
28 | |
26 | |
22 | |
13 | |
10 |
User | Count |
---|---|
24 | |
22 | |
17 | |
11 | |
9 |