Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have an excel data like below
| id | value | text |
| U1 | abc | North |
| U1 | fgh | Up |
| U1 | jse | In |
| U2 | abc | South |
| U2 | fgh | Down |
| U2 | jse | Out |
| U2 | fjg | 1 |
| U2 | qwo | 2 |
which need to be converted to the below i tried unpivot and pivot too but couldnt get it. pls help
| id | abc | fgh | jse | fjg | qwo |
| U1 | North | Up | In | ||
| U2 | South | Down | Out | 1 | 2 |
Solved! Go to Solution.
Hi,
See this screenshot
Hi,
See this screenshot
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 49 | |
| 33 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |