This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi All,
download power bi file link:- https://drive.google.com/file/d/1VyzLTsDMqCvo6JpQcKprJKCxoDLgMTqD/view?usp=sharing
let me explain what is the problem
Now you see image when I select EmP-01 from slicer it matching value perfectly.
but when I selected EmP-02 from slicer, there only three weekname in EmPdata but matching column show four weekname. it's contain EmP-01 weekname also.
Tried many dax, nothing get
in this pbix I'm using Column = LOOKUPVALUE(Empdata[Weekname],Empdata[Weekname],MonthData[Weekname]) this.
I want only show match data referance of EmP slicer.
Best Regards,
NICK
Solved! Go to Solution.
Check your relationship between Emp to MonthData and change it from Single to Both(See the screenshot).
Hope this will help you!!!
Hi @Naveennegi119,
Please use this formula instead.
Column =
LOOKUPVALUE (
Empdata[Weekname],
Empdata[Weekname], MonthData[Weekname],
Empdata[EmP], MonthData[EmP]
)
Best Regards,
Dale
Hi @Naveennegi119,
Please use this formula instead.
Column =
LOOKUPVALUE (
Empdata[Weekname],
Empdata[Weekname], MonthData[Weekname],
Empdata[EmP], MonthData[EmP]
)
Best Regards,
Dale
Check your relationship between Emp to MonthData and change it from Single to Both(See the screenshot).
Hope this will help you!!!
Hi @Anonymous,
I have many relationship in my power bi file. both side relationship already relate with data. So it's occuring error.
but thanks to reply and help.
I try to figure out your solution work for me.
Best Regards,
NICK
I have created both side relationship and it's working fine with your data. See the pbix file for more details.
Hi @Anonymous,
I know ur solution(what you are trying to teach me). but I can't use it my power bi file because there are already both side relation in my power bi file. I share only the data where I stuck.
Best regards,
NICK
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 31 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 74 | |
| 61 | |
| 31 | |
| 31 | |
| 23 |