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.
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.