Hi Amit,
Alright, i have an issue here, i shall put your screenshot itself to explain my issue.
Consider my case, Query 1 i donot have any data available for the selection. Then this formula should result the value for merged dimension to be Zero instead it is displaying Query 2 and Query 3 match row values like your values which shouldn't be right as it is using AND operator.
I would only need the value if all the three query's match row for the merged dimension. IF anyone querys doesn't have data row as values for the merged dimension it should result in 0.
=If([Query 1].[Code]=[Query 2].[Code] And ([Query 1].[Code]=[Query 3].[Code])) Then "Show" Else "Hide"
Correct me if iam wrong, appreciate your help.
Thanks,
Dinya