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
FIN_List_Posting_Date_Filter =
VAR DateList = SELECTEDVALUE(My_Report_Date[Report],"Posting Date")
VAR SlicerMIN = MIN(DateTimeTable[DateTime])
VAR SlicerMAX = MAX(DateTimeTable[DateTime])
/*VAR StartDateMIN= IF(NOT(ISFILTERED(My_Report_Date[Report])),[StartDate])
VAR StartDateMAX= IF(NOT(ISFILTERED(My_Report_Date[Report])),[EndDate])*/
VAR
PostedFilter = SWITCH( TRUE(),
DateList ="Posting Date" , IF(ISFILTERED(DateTimeTable[DateTime]),
CALCULATETABLE(
FILTER(Charges,
Charges[POSTED_DT_TM] >= SlicerMIN &&
Charges[POSTED_DT_TM] <= SlicerMAX + TIME(0, 59, 59))),
CALCULATETABLE(
FILTER(Charges,
Charges[POSTED_DT_TM] >= [StartDate] &&
Charges[POSTED_DT_TM] <= [EndDate]+1))))
RETURN PostedFilter
Use a disconnected table for your slicer, and a measure filter for the visual.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |