Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Edit: Solved, I was going about this the wrong way. Transpose columns before expanding rows and it works. Whoops
First time trying to use an API directly into Power BI and ran into some issues, or maybe I'm just doing it wrong?
I'm getting data from Statistics Sweden (Swedish government agency) through this link. Which I add as a "web" data source in Power BI.
What I want is a column for each of the categories with rows of values, like this:
| region | type | tablecontent | 2020K1 | 2020K2 | 2020K3 | 2020K4 |
| x | z | a1 | 1741 | 1721 | 659 | 1232 |
| x | z | a2 | 961 | 968 | 873 | 1004 |
| x | y | b1 | 116 | 57 | 54 | 69 |
| x | y | b2 | 94 | 117 | 46 | 118 |
But instead I get this:
| code | text | valuetexts | elimination |
| Region | region | [List] | TRUE |
| Hustyp | hustyp | [List] | TRUE |
| ContentsCode | tabellinnehåll | [List] | null |
| Tid | kvartal | [List] | null |
And if I expand the [List] to new rows I just get a long list with the data in a single column like mentioned.
Am I missing something in the previous "Applied Steps" in my query settings?
Thanks
Solved! Go to Solution.
Thanks, I was doing it wrong...
If i Transpose the columns before expanding the lists it works.
Hi @Anonymous ,
Try to connect to this data source and expanded the List. Then, transform the table.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks, I was doing it wrong...
If i Transpose the columns before expanding the lists it works.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
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 |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |