The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.