Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |