Forum Discussion
jasonyeung87
Helper V
6 years agoFiltering data based on 2 columns in dataset
Hi, I'm using the table visualization to display data from an analysis services database. The data looks similar to the following: Customer Name User Name Jason Jay John John Juli...
v-kelly-msft
Community Support
6 years agoHi jasonyeung87 ,
You can create a report level measure in live connection mode,such as :
measure=IF(MAX('table'[Customer Name])<>MAX('table'[User Name])&&MAX('table[User Name])<>BLANK(),MAX('table'[Customer Name]),BLANK())
Put measure with column [User Name],you will see your expected output.
Below is the reference:
Best Regards,
Kelly
Kelly
Did I answer your question? Mark my post as a solution!
- jasonyeung876 years ago
Helper V
Hi Kelly,
The New measure button is greyed out for me. Is there a way to activate this button?
Sincerely,
Jason