I am getting following message in Power BI reports when refreshing them using PBI desktop application. This has started happening after Clarity upgraded
"The column 'DWH_INV_INVESTMENT' of the table wasn't found."
Clarity SaaS Application/OData
Perform the below steps:
If one or more reports then fail with the below message connect to the report using a different Machine/Power BI desktop instance.
Expression.Error: The column 'DWH_RIM_CHANGE_REQUEST_LN' of the table wasn't found.
Details: DWH_RIM_CHANGE_REQUEST_LN
Following is the code snippet from advanced editor
#"Expanded DWH_RIM_CHANGE_REQUEST_LN" = Table.ExpandTableColumn(#"Merged Queries", "DWH_RIM_CHANGE_REQUEST_LN", {"CR_CATEGORY"}, {"DWH_RIM_CHANGE_REQUEST_LN.CR_CATEGORY"}),