Forum Discussion
Fabric - semantic model - refresh
- 1 year ago
I found the issue
I had one view in the warehouse with two columns having identical names where one of them had a capital letter
I tried to refresh the warehouse from fabric gui and received the duplicate column name error message
It is fully possible (at least from sql endpoint) to create a view with two columns names aa and Aa for example. However its not supported in semantic models and semabtic model will not give you an indication of this issue
I tried that and selected the table with thenew column only but that made all other tables dissapeared
and not only that, it seems like there is no optioon to reverse the change?
In this case my model (datatypes, relations, measures etc.) was huge
Can I reverse the change somehow?
Also, if I have two new columns in a table, how do I add one of them to the model?
and actually, I tried with another model now, edit table did not pick up the new columns (source is a view in warehouse sourced from lakehouse)
If you are using a view as data source, the queries will not run as Direct Lake instead they will run as DirectQuery.
Have you considered instead to use an Import mode model, created in Power BI desktop, to connect to your Fabric Warehouse?
Then you get more customization options, e.g. option to select specific columns.
- joakimfenno1 year agoHelper V
thanks the plan is to do it in the next phase