Forum Discussion
Create a complicated measure
- 8 years ago
Hi barlevitzky,
You are missing the second input in the ALLEXCEPT function. The first is the table which you have given. The second input should be the column.
barlevitzky,
Please post the DAX you use, as the error message mentioned, you pass two few arguments to ALLEXCEPT function.
Regards,
Lydia
Hi Anonymous,
Thank you for your help!
this is the DAX i wrote:
- Ashish_Mathur8 years agoSuper User
Hi barlevitzky,
You are missing the second input in the ALLEXCEPT function. The first is the table which you have given. The second input should be the column.
- barlevitzky8 years agoHelper I
Hi Ashish_Mathur,
"Revenue per partner" is the table name and "test" is the column name.
- Ashish_Mathur8 years agoSuper User
Hi,
So it should be:
ALLEXCEPT('Revenue per partner','Revenue per partner'[test])
- barlevitzky8 years agoHelper I
Sorry, the same error message is still on.
- Ashish_Mathur8 years agoSuper User
Hi,
Considering Lydia wrote the formula for you initially (which was even marked as Answer), it would be best if she helps you with this. For me to help, you I'd have to request you to explain me the entire question (which will waste your time).