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,
I would like to create a measure to display my filtered date range.
But the below date is not working. Please help.
Date Range = "From " & FIRSTDATE('Table'[Date]) & " To " & LASTDATE('Table'[Date])
@PBI_newuser , Try like
Date Range = "From " & minx(allselected('Table') ,'Table'[Date]) & " To " & maxx(allselected('Table') ,'Table'[Date])
User | Count |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |