Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |