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 team,
execution date changes every day, i need slicer to have always max(date) for that table automatically selected, please suggest some solution
Solved! Go to Solution.
Hi @Anonymous
Some ideas,
(1) use relative date,
(2) use an auxiliary table
Start = MINX(ALLSELECTED('DATE'),'DATE'[Date])
End =
var _end= MAXX(ALLSELECTED('DATE'),'DATE'[Date])
return IF(SELECTEDVALUE('Table'[Value])="DATE", _end,TODAY())
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Some ideas,
(1) use relative date,
(2) use an auxiliary table
Start = MINX(ALLSELECTED('DATE'),'DATE'[Date])
End =
var _end= MAXX(ALLSELECTED('DATE'),'DATE'[Date])
return IF(SELECTEDVALUE('Table'[Value])="DATE", _end,TODAY())
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |