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,
Need help,
How to show from Date and To Date which is selected in slicer that date i want to show in card visual ? Please help
Hi @Anonymous
You can use
=
VAR SelectedDates =
ALLSELECTED ( 'Date'[Date] )
VAR MinDate =
MINX ( SelectedDates, 'Date'[Date] )
VAR MaxDate =
MAXX ( SelectedDates, 'Date'[Date] )
RETURN
MinDate & " - " & MaxDate
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |