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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Zakaria_1980
Post Patron
Post Patron

Display information if and only if one selection is selected

Hello,

 

please I have the list of project manager names per project ==> Column Called Project Manager Name

Table called : Tbl1.

 

i've inserted card to display the name of PM once the project name is selected. when we select only 1 project , the name of the project manager is displayed. however, when i selecting multiple projects, it displays always one project name.

i would like please your support, whenever we have multiple selection in project name, the card will be kept empty and if we select only 1 project, it will display the name of the PM.

 

Thanks in advance.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Zakaria_1980 ,

 

Check the formula below.

Measure = IF(DISTINCTCOUNT('Table'[Project])>1,BLANK(),SELECTEDVALUE('Table'[PM_name]))

5.PNG6.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Zakaria_1980 ,

 

Check the formula below.

Measure = IF(DISTINCTCOUNT('Table'[Project])>1,BLANK(),SELECTEDVALUE('Table'[PM_name]))

5.PNG6.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

please where i have to put this mesure as filter ?

under Project Name filter or in Project manager name card ?

and what criteria should i choose for this measure please.

please help me with steps to follow.

 

br,

 

Greg_Deckler
Community Champion
Community Champion

IF(HASONEVALUE('Table'[Project]),MAX('Table'[Project]),BLANK())


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

I've tried, but I guess you have to support me a little with steps.

for that please find below the screenshot of the mesure that has supported me with:

Mesure.PNG

below also screenshot of my dashboard for the list of project names and where you displyd the name of the project manager:

Project Name list Vs Project Manager Name.PNG

Thank you in advance.

 i've tried but i guess you have to support me a little bit with steps.

for that please find below the screenshot of the mesure that you have supported me with:

Mesure.PNG

 

below also screenshot from my dashboard for the list of project names and where i displyed the name of the project manager:

Project Name list Vs Project Manager Name.PNG

 

 

Thanks in advance.

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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