Forum Discussion
ALL doesn't work as expected
- Anonymous6 years agoLooking at the DAX query that the matrix visual produces... It's not possible to do what you want to do.
Best
D
Hi a_gaisin ,
Not sure what you want to acheive.
Values are blank as there is no entry for IYEJ...... against nature =1 and so on.
Incase you want all 7, you will need to add the entries in the source file.
By the way, wht is the end goal.
Regards,
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Anonymous Anonymous the initial example was quite artificial. Let me explain what I'm really trying to do. For each (project,nature) pair I want my measure to output the number of times it presents in the Table. For example, there's only one line corresponding to pair (0GWS..., 1) in the Table, and there's no lines corresponding to (1YEJ...,1). So, in the first case measure should output 1, and in the other - 0. Is there a way to do that? Thank you.
- Anonymous6 years agoNot applicable
[Row Count] = COUNTROWS( 'Table' ) + 0Best
D
- a_gaisin6 years agoFrequent Visitor
Anonymous thank you for response, I tried it already, and it doesn't work.
- Anonymous6 years agoNot applicableLooking at the DAX query that the matrix visual produces... It's not possible to do what you want to do.
Best
D