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.
Hi, Anonymous
I got an error message: "Too few arguments were passed to ALL EXCEPT function. The minimum argument count for the function is 2. "
I don't get it. I have in each Variant more than 2 rows.
Thanks.
barlevitzky,
Please post the DAX you use, as the error message mentioned, you pass two few arguments to ALLEXCEPT function.
Regards,
Lydia
- Ashish_Mathur8 years ago
Super 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 ago
Helper I
Hi Anonymous,
Thank you for your help!
this is the DAX i wrote:
- barlevitzky8 years ago
Helper I
Hi Ashish_Mathur,
"Revenue per partner" is the table name and "test" is the column name.
- Ashish_Mathur8 years ago
Super User
Hi,
So it should be:
ALLEXCEPT('Revenue per partner','Revenue per partner'[test])
- barlevitzky8 years ago
Helper I
Sorry, the same error message is still on.
- Ashish_Mathur8 years ago
Super 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).