Forum Discussion
How to slice data for several columns
- 1 year ago
Anonymous
do not create relationship between two tables.
create a measure
Measure = if(max('Table'[Manager])=max(Manager[Managers])||max(Manager[Managers])=max('Table'[Project Owner Name]),1)and add this measure to visual filter and set to 1pls see the attachment below
Anonymous
do not create relationship between two tables.
create a measure
- Anonymous1 year agoNot applicable
Thanks for your help. Would this be possible if Project Owners are a measure that concatenates several different project owners if they have the same project ID? I have a separate measure for that, so was wondering if I could do something like "if contains" or something of that sort.
- ryan_mayu1 year ago
Super User
do you mean multiple seleciton or something else? could you pls update the sample data and expected output?
- v-aatheeque1 year ago
Community Support
Hi Anonymous
I wanted to follow up on your question regarding the possibility of using a measure to concatenate multiple project owners based on the same project ID.To assist you more effectively, could you please provide the sample data and the expected output? This will help us understand your requirements better and offer a more targeted solution.
Thank you for your cooperation, and I look forward to your response!