Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have discovered an issue where a calculated column previously worked without any issues (Power BI desktop version August 2022) is now failing in the March 2023 version.
I have connected to a single table "Dim Warehouse" in azure analysis services tabular and then selected "add local model". I then have added the calculated column
Has Gone Live = IF('Dim Warehouse'[Range Transition Date] <= NOW(), "Rolled Out", "Control")
and receive the following error:
The column 'Dim Warehouse'[Has Gone Live] cannot be pushed to the remote data source and cannot be used in this scenario.
I can create and use this column perfectly fine in the older August 2022 desktop version. This is not the only time I have seen this error, it also occurs on a column s using the RELATED function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.