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
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Naveennegi119,
Please use this formula instead.
Column =
LOOKUPVALUE (
Empdata[Weekname],
Empdata[Weekname], MonthData[Weekname],
Empdata[EmP], MonthData[EmP]
)
Best Regards,
Dale
- Naveennegi1197 years agoHelper III
