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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
057Sophie
Helper II
Helper II

Power Query Warning sign but loading in Model OK

Hello,

 

I have a new semantic model, where I load two tables coming from a Dataflow GEN2.
The load of the tables is fine, 
Then I have referenced them to do some changes, the "removed columns" is working fine.
Then I did a column split as I am used to in other models:

Table.ExpandListColumn(Table.TransformColumns(#"Removed Columns", {{"Implemented By", Splitter.SplitTextByDelimiter(",", QuoteStyle.Csv), let itemType = (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "Implemented By")

 

Starting this step, I am not able to load any preview in power query, if I go the model and select "apply changes" the table is loaded to the model without any issue.

If I go back to the power query editor, and add some steps via the advanced editor to this table, the transformation are done without error by "apply changes" in the model.

 

How can I solve the fact that I can't load the preview of this table? (issue on ECO Tracker table below, Dim Relation Key Table is referenced frm ECO Tracker and loaded with any issue to the model too...) Of course I tried to empty my data cache but without any success. This same step on the same table in another report is done without issues and shown as preview in this other report

057Sophie_0-1738243380736.png

 

 

Edit: if I remove the Table.ExpandListColumn() from the formula bar then it is loading again:

057Sophie_0-1738243693487.png

 

But this shouldn't be such an issue as I have 4600 rows in the DF Table and by splitting in rows I should get 6000 rows, not that big

And the next step "Expand to New Rows" as = Table.ExpandListColumn(#"Split Column by Delimiter", "Implemented By") is again not going forward

1 ACCEPTED SOLUTION
057Sophie
Helper II
Helper II

Strange, I think it is some global performance issue, I added a table.buffer step before referencing to the second table (ECO Tracker one) and it is loading now

View solution in original post

2 REPLIES 2
057Sophie
Helper II
Helper II

Strange, I think it is some global performance issue, I added a table.buffer step before referencing to the second table (ECO Tracker one) and it is loading now

Hi @057Sophie,

Thank you for reaching out to the Microsoft Community forum.

 

It's great to hear that your query is now loading. We greatly appreciate your efforts and thank you for providing the update on the issue. Could you please confirm if the issue has been resolved? Feel free to contact us if you have any further questions.

Thankyou.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors