Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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.