Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I'm new to Power BI and looking to solve the following issue.
I'd like to be able to add a new column using M (or dax if that is the only way) to a table that looks up the nearest greater date from another table column, as below.
Any suggestions?
Thanks
Ian
Solved! Go to Solution.
here is a DAX solution
Column = MINX(FILTER('Table (2)','Table (2)'[Date]>'Table'[date]),'Table (2)'[Date])
Proud to be a Super User!
here is a DAX solution
Column = MINX(FILTER('Table (2)','Table (2)'[Date]>'Table'[date]),'Table (2)'[Date])
Proud to be a Super User!
you are welcome
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
97 | |
96 | |
58 | |
45 | |
42 |