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.
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.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |