Forum Discussion
Naveennegi119
7 years agoHelper III
match data
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 sel...
- Anonymous7 years ago
Check your relationship between Emp to MonthData and change it from Single to Both(See the screenshot).
Hope this will help you!!!
- 7 years ago
Hi Naveennegi119,
Please use this formula instead.
Column = LOOKUPVALUE ( Empdata[Weekname], Empdata[Weekname], MonthData[Weekname], Empdata[EmP], MonthData[EmP] )Best Regards,
Dale
Naveennegi119
7 years agoHelper III
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
Anonymous
7 years agoNot applicable
I have created both side relationship and it's working fine with your data. See the pbix file for more details.