Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Renaming a field that is referenced in a NOT() statement causes the closing parenthesis of the NOT() to be removed. This occurs in both calculated columns and measures, and it occurs regardless of where the NOT() statement is in the statement.
To Reproduce:
define as either columns or measures:
IAmTrue = TRUE()
IAmNotTrue = NOT(IAmTrue)
Now, rename IAmTrue to anything. It will remove the closing parenthesis from IAmNotTrue.
This also occurs if the NOT() appears in the middle of a larger statement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.