Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have a table (Sales) with Employee ID and their sales, and another table (Employee) with Employee's names/ID. (Employee).
Employee table has a one to many relationship with the Sales table (linked through the ID column).
I want to display the employee's name based on the employee ID selected, if none selected, I don't want to display anything.
I tried the measure of SELECTEDVALUE('Employee'[Name], ''), but it isn't working.
Thank you in advance.
Solved! Go to Solution.
Hi @JS00 ,
you can use below DAX to create the measure :
if you select any customer ID, it will give you the customer name or if nothing is selected then it will be blank.
Hi @JS00
I am not sure wether you want single select or multiple selection i have tried which works for both single or multiple selection.
Create this measure:
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more interesting solution here: www.youtube.com/@Howtosolveprobem
Regards
Hi @JS00
I am not sure wether you want single select or multiple selection i have tried which works for both single or multiple selection.
Create this measure:
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more interesting solution here: www.youtube.com/@Howtosolveprobem
Regards
Hi @JS00 ,
you can use below DAX to create the measure :
if you select any customer ID, it will give you the customer name or if nothing is selected then it will be blank.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 11 | |
| 10 |