Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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.