Forum Discussion
Bi2thelly
Helper II
4 years agoInvalid input arguments for ISSELECTEDMEASURE.
I'm using Tabular Editor in Power Bi and I keep running into an error when using multiple arguements in the function ISSELECTEDMEASURE. I can't seem to find out what is wrong with this calculation. ...
- 4 years ago
Yes,
Invalid input arguments for ISSELECTEDMEASURE.
Bi2thelly
Helper II
4 years agoYes,
Invalid input arguments for ISSELECTEDMEASURE.
bcdobbs
Community Champion
4 years agoCan't see anything obviously wrong.
Have you double checked measure spelling/white spaces.
You could see if you can narrow down the problem by removing one measure at a time or writing something like:
ISSELECTEDMEASURE ( [M1] ) ||
ISSELECTEDMEASURE ( [M2] ) ||
etc...