Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
pak
Helper II
Helper II

Columns missing

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 🙂

1 ACCEPTED 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 

View solution in original post

3 REPLIES 3
Greg_Deckler
Super User
Super User

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?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Hi @Greg_Deckler,

 

Here is view of whole PowerBI:

https://ibb.co/kmqF2R

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 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.