The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have date fields like below, in this date visual how can i restrict the from and to date. From date is a standard one(say 2021-05-25) and to date is getdate. Thanks
Solved! Go to Solution.
You could add a measure to use in the visual level filter.
Add a column to your date table with 1 for the dates you want to see and 0 for the others. Then filter by this field (the slicer can be hidden if you don't need to show it). Your dates will adjust automagically. Or you can create a helper measure that will use such a column (which you can hide) and use it to filter the entries of the slicer via the Filter Pane.
You could add a measure to use in the visual level filter.
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
13 | |
9 | |
8 |