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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Solved! Go to Solution.
@ajay_gajree Please try these measures
Selected Date Min = MINX(ALLSELECTED('Date'[Date]),[Date]) Selected Date Max = MAXX(ALLSELECTED('Date'[Date]),[Date])
Proud to be a PBI Community Champion
@ajay_gajree Please try these measures
Selected Date Min = MINX(ALLSELECTED('Date'[Date]),[Date]) Selected Date Max = MAXX(ALLSELECTED('Date'[Date]),[Date])
Proud to be a PBI Community Champion
what if we only want the minimum date to be fetched from slicer , but the same date should not be filtered in Matrix for a different visual on same page
HI @ajay_gajree,
yes, with MAX Function on your date column, that is filtered by the Slicer. MAX(Table[date]) will return 31/07/2019 in your example.