Forum Discussion
EFont
3 years agoNew Member
Logical clause for a join ?
Hello ! I would like to get a list of active years per users, based on the years between their start and end dates. My Issue is that I do not have the possibility to add Stored Procedures on my ...
- 3 years ago
Roughly speaking, use GENERATEALL(vwUsers, FILTER(vwYears, ...)) to realize LEFT JOIN effect.
grantsamborn
3 years agoSolution Sage
Hi EFont
I would like to help but I'm a little unclear about your requirements.
Can you show the following?
1) Please provide sample data that covers your issue or question completely.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
2) Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
3) Please explain how you would expect to get from 1) to 2).
I hope this helps.
EFont
3 years agoNew Member
Thank you for your help, grantsamborn !
I managed to do it with CNENFRNL's answer
Have an excellent weekend !