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
Hello,
I have problem when i open TableStorage in PowerBi Desktop.
As you can see on this photo: https://ibb.co/f0o7wm
On the left you can see my Table in Storage Explorer, and on the right EditQueries in PowerBI Desktop.
As you can see a have some missing columns in PowerBi like czas, czas1, czascyklu, czaspl, czaspostoju, czaspracy, nrtaktu, resetcpl.
Why i have situation like that? Do i have to do something to have all the columns in PowerBI?
Thanks in advance 🙂
Solved! Go to Solution.
You got me thinking, and i add those columns in Advenced Edit Query, and now it is all OK.
Thanks 🙂
let
Source = AzureStorage.Tables("termettablestorage"),
telemetry1 = Source{[Name="telemetry"]}[Data],
#"Expanded Content" = Table.ExpandRecordColumn(telemetry1, "Content", {"device", "czas", "czas1", "praca", "pracal", "takt", "time", "ups", "czascyklu", "czaspl", "czaspostoju", "czaspracy", "nrtaktu", "resetcpl"}, {"device", "czas", "czas1", "praca", "pracal", "takt", "time", "ups", "czascyklu", "czaspl", "czaspostoju", "czaspracy", "nrtaktu", "resetcpl"})
in
#"Expanded Content"ot
I can't see the right side of your Power BI query so I can't see what steps have been applied. Can you copy and paste in your query from the Advanced Query Editor?
Hi @Greg_Deckler,
Here is view of whole PowerBI:
I chose in Expanded Content "load more" but i still can't see colums: "czas", "czas1", "czascyklu", "czaspl", "czaspostoju", "czaspracy", "nrtaktu", "resetcpl".
What is different with those columns"? Columns "czas" and "czas1" ware added in Stream Analytisc.
Other ones aren't send in every message.
Here is the Advanced Query Editor code:
let
Source = AzureStorage.Tables("tablestoragename"),
telemetry1 = Source{[Name="telemetry"]}[Data],
#"Expanded Content" = Table.ExpandRecordColumn(telemetry1, "Content", {"device", "praca", "pracal", "takt", "time", "ups"}, {"device", "praca", "pracal", "takt", "time", "ups"})
in
#"Expanded Content"
You got me thinking, and i add those columns in Advenced Edit Query, and now it is all OK.
Thanks 🙂
let
Source = AzureStorage.Tables("termettablestorage"),
telemetry1 = Source{[Name="telemetry"]}[Data],
#"Expanded Content" = Table.ExpandRecordColumn(telemetry1, "Content", {"device", "czas", "czas1", "praca", "pracal", "takt", "time", "ups", "czascyklu", "czaspl", "czaspostoju", "czaspracy", "nrtaktu", "resetcpl"}, {"device", "czas", "czas1", "praca", "pracal", "takt", "time", "ups", "czascyklu", "czaspl", "czaspostoju", "czaspracy", "nrtaktu", "resetcpl"})
in
#"Expanded Content"ot
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |