Forum Discussion

WonkyMeister's avatar
WonkyMeister
New Member
2 months ago
Solved

Issue Adding a Data Column to Model in Tabular Editor Then Power BI Picking it up

Hi guys. New role, not used Tab Editor before (or Power BI). I'm having issues when deploying my model to power BI. Steps: Created a new field in SQL (case statement) Tested code in Sql Server A...
  • v-veshwara-msft's avatar
    v-veshwara-msft
    2 months ago

    Hi WonkyMeister ,

    Thanks for getting back.

    "Update Table Schema from Source" does exist in older versions (TE2.x), but it only works with Legacy data sources that use SQL partitions. If your model uses Power Query (M) partitions, you won't see that option.

    You can check by clicking on the table in TE and looking at the partition - if the expression starts with let or uses M syntax, it's a Power Query partition. If it's a plain SQL SELECT statement, it's a Legacy partition.

    If it's Power Query: open the partition expression in TE and confirm the underlying SQL within your M query actually returns the new CASE column you created. Since you've already added it at the SQL source level, just make sure the partition's query references it. Then hit "Refresh Metadata" - TE should detect the new column automatically from the query without you needing to manually add anything.

    If it's Legacy SQL: you should see the "Update Table Schema" option when you right-click the table.

     

    If it's still not appearing, let us know your TE version and we can troubleshoot further.