Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone,
How to find an earlierst date in a date column but groupped by year and month? Is there any simple formula for this?
Example below:
* Left table is a final one. On a right side you can find a source.
My goal is to create a matrix so I think, first step would be to create a "Y axis" measure and then "Values" measure taking into account date must be the same as Y axis ?
Would be grateful for help 🙂
@Anonymous ,
Calculate(firstnonblankvalue('Date'[Date], [Measure]), filter(allselected('Date'), 'Date'[Month Year] = max( 'Date'[Month Year]) ) )
Hello! Thank you for quick respond. What "[Measure]" means exactly ?
Hi @Anonymous ,
Maybe you can try this method.
1 create a measure.
Pbix in the end you can refer.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.