Forum Discussion
Anonymous
5 years agoNot applicable
Problem with total statement
Hi , i have a problem with my total statement. I have seen that others have got the same issues, but i can't use their solution for my measure. Ashish_Mathur You were able to help someone else with ...
- 5 years ago
Remove the second HASONEVALUE
Ashish_Mathur
5 years agoSuper User
Hi,
Does this measure work?
=If(hasonevalue(HASONEVALUE('Tabelle1 (2)'[Month]),[Without negativ Values],sumx(summarize(values('Tabelle1 (2)'[Month]),'Tabelle1 (2)'[Month],"ABCD",[Without negativ Values]),[abcd]))
Hope this helps.
Anonymous
5 years agoNot applicable
Unfortunately not, i get this error message:
"Too many arguments were passed to the HASONEVALUE function. A maximum of 1 arguments are allowed for the function."
- Ashish_Mathur5 years agoSuper User
Remove the second HASONEVALUE
- Anonymous5 years agoNot applicable
Thanks a lot. It works 🙂