Forum Discussion
Jame5_Blonde2
2 years agoHelper I
Join/Merge based on date between range AND ID (with condition ISNULL, fact.date)
Hi, I´ve stumbled upon a perculiar case where I need to JOIN two tables in Power Query between two dates and ID. In cases the support table endDate ISNULL i want to refer to the date in Fact =...
- 2 years ago
I think this is what your looking for (https://exceed.hr/blog/merging-with-date-range-using-power-query/ ).
In this blog post it's explained how to solve a similar problem. I think you can follow this instructions and get to the solution your looking for.
smpa01
2 years agoCommunity Champion
Jame5_Blonde2 if you have premium capacity - you can bring your data to a datamart that has a SQL end point and you can write fully qualified SQL query on that SQL DB.
If you have Fabric - you have access to SQL, Scala, Apache spark, Python, R - the options are endless really.
If you don't have any of the above, this is doable using DAX.
For a pure PQ solution AlexisOlson
Is there any way, you can please provide a mock-up sample data?