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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
ttrail
Frequent Visitor

Dataset not refreshing from table storage

In Power BI Desktop I added an Azure table storage datasource, but then realized we were missing data.  After modifying the table storage fields (removed one field and added two via Stream Analytics output) and populating some data, I am unable to get the revised dataset to load into Power BI.  Even though we've confirmed the revised "schema" and I clicked "refresh" on the dataset, I'm still only seeing the old fields.  How do I completely flush the old dataset from Power BI?

1 ACCEPTED SOLUTION
ttrail
Frequent Visitor

Just figured out that the dataset was refreshing, the query just wasn't showing the new columns when I chose to 'Expand' the Content column.  Apparently, it won't pick up the revisions automatically, you have to go into the query editor's query line and add the new column to be expanded (e.g. new_field) manually.  

= Table.ExpandRecordColumn(data_set_name, "Content", {"new_field", "existing_field1", "existing_field2"}, {"new_field", "existing_field1", "existing_field2"})

View solution in original post

2 REPLIES 2
ttrail
Frequent Visitor

Just figured out that the dataset was refreshing, the query just wasn't showing the new columns when I chose to 'Expand' the Content column.  Apparently, it won't pick up the revisions automatically, you have to go into the query editor's query line and add the new column to be expanded (e.g. new_field) manually.  

= Table.ExpandRecordColumn(data_set_name, "Content", {"new_field", "existing_field1", "existing_field2"}, {"new_field", "existing_field1", "existing_field2"})

DebbieE
Community Champion
Community Champion

Thanks so much. Worked a treat for me

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors