Forum Discussion
Anonymous
4 years agoNot applicable
Show Nulls when attribute is selected and show values when selected in combination with other attrib
Hello, how to show null when attribute is placed as single in table and to show values when placed in combination of other attributes in table. for example: we have 3 columns in table stating...
ValtteriN
Community Champion
4 years agoIn this case shouldn't a simple,
IF(ISFILTERED('Matrix example'[Brand]),SUM('Matrix example'[Value]),"")
Do the trick?
If the information is correct when filtered via brand then this condition should ensure the validity of data.
Example of how it looks:
Do the trick?
If the information is correct when filtered via brand then this condition should ensure the validity of data.
Example of how it looks:
Anonymous
4 years agoNot applicable
can you share pbix with me, i tired similar method but its not working for me