Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello, close this question, but not exactly ...
https://community.powerbi.com/t5/Desktop/Dynamic-quot-Pivot-quot-Table/m-p/3054134#M1038032
I would like to pivot a table using two columns, could you help me ?
Thank you
Pierre
Solved! Go to Solution.
Thank you ti a French forum : here is the solution :
let
Source = Excel.CurrentWorkbook(){[Name="Tableau5"]}[Content],
#"Colonne dynamique" = Table.Pivot(Source, List.Distinct(Source[Country]), "Country", "Choice")
in
#"Colonne dynamique"
Pierre
Thank you ti a French forum : here is the solution :
let
Source = Excel.CurrentWorkbook(){[Name="Tableau5"]}[Content],
#"Colonne dynamique" = Table.Pivot(Source, List.Distinct(Source[Country]), "Country", "Choice")
in
#"Colonne dynamique"
Pierre
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 7 | |
| 7 |