Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

Filter report if any of given teams take part

Hi, community,

 

I have a column with teams involved in a project. It can be one or many teams such as:

 

Project Teams
A
A, B, C
A, C
B, C
B
C

 

I want to build a slicer that would have A, B, C as a selection and find all projects where a team takes part in, even though it is not the only team.

 

Thanks

Evan

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

I am not sure if I understood your question correctly, but I suggest transforming the table like CASE A below.

However, in case if you cannot transform the table, I also mentioned CASE B below.

Please check the below picture and the sample pbix file's link down below.

All measures are in the sample pbix file.

 

Picture1.png

 

 

Selected Teams Case A =
VAR currentproject =
MAX ( 'Projects Case A'[Project] )
RETURN
IF (
ISFILTERED ( 'Projects Case A'[Project] ),
CONCATENATEX (
FILTER (
ALL ( 'Projects Case A' ),
'Projects Case A'[Project] = currentproject
),
'Projects Case A'[Project Teams],
", "
)
)
 
 
Selected Teams Case B =
CALCULATE (
SELECTEDVALUE ( 'Projects Case B'[Project Teams] ),
FILTER (
'Projects Case B',
CONTAINSSTRING (
'Projects Case B'[Project Teams],
SELECTEDVALUE ( Teams[Project Teams] )
)
)
)
 
 
 
 

Hi, My name is Jihwan Kim.


If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.


Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

View solution in original post

2 REPLIES 2
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

I am not sure if I understood your question correctly, but I suggest transforming the table like CASE A below.

However, in case if you cannot transform the table, I also mentioned CASE B below.

Please check the below picture and the sample pbix file's link down below.

All measures are in the sample pbix file.

 

Picture1.png

 

 

Selected Teams Case A =
VAR currentproject =
MAX ( 'Projects Case A'[Project] )
RETURN
IF (
ISFILTERED ( 'Projects Case A'[Project] ),
CONCATENATEX (
FILTER (
ALL ( 'Projects Case A' ),
'Projects Case A'[Project] = currentproject
),
'Projects Case A'[Project Teams],
", "
)
)
 
 
Selected Teams Case B =
CALCULATE (
SELECTEDVALUE ( 'Projects Case B'[Project Teams] ),
FILTER (
'Projects Case B',
CONTAINSSTRING (
'Projects Case B'[Project Teams],
SELECTEDVALUE ( Teams[Project Teams] )
)
)
)
 
 
 
 

Hi, My name is Jihwan Kim.


If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.


Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Anonymous
Not applicable

Hi, @Jihwan_Kim ,

Thanks for your solution, case B worked for me as I can't transform the table to apply case A.

Thanks

Evan

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.