Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello All
Instead of date drop down slicers, if we choose between as show in image, can we get selected Max & Min dates..?
Ref
Solved! Go to Solution.
Hi @refint650 ,
To get the max and min dates, first check whether the dates in the date slicer are continuously.
min_date = CALCULATE(MIN('Table'[Date]),ALLSELECTED('Table'[Date]))max_date = CALCULATE(MAX('Table'[Date]),ALLSELECTED('Table'[Date]))
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @refint650 ,
To get the max and min dates, first check whether the dates in the date slicer are continuously.
min_date = CALCULATE(MIN('Table'[Date]),ALLSELECTED('Table'[Date]))max_date = CALCULATE(MAX('Table'[Date]),ALLSELECTED('Table'[Date]))
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |