The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!
User | Count |
---|---|
82 | |
81 | |
36 | |
32 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |