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.
In some cases I would like to be able to overwrite a variable in a measure when using it in another measure.
For example:
If I have a measure like this:
Base = VAR number = 1 RETURN number
and want to use that measure in another measure but with a different value for the variable.
I would like if there was a option to write something like "OVERWRITEVAR()" like this:
Override = CALCULATE( Test, OVERRIDEVAR(number = 2) )
Then I can have one base measure that I can reference with different variable value for related measures.
I can't be the only one....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.