Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
We are using Power Bi for our clients. Currently, all data is segregated using a DAX expression by Company_ID. The only issue I am running into is the date slicer on the pages uses the total date range of all clients or a present range of a number of months or years.
I am hoping I can set a new filter or DAX expression that can use the Created_date of the company as the from and "Today" as the end date. This would allow clients to only see a date range within their company's time with us vs a date slicer with a 3-year range meanwhile they have been a client for 2 months.
Any help would be appreciated.
Thanks
Wade
Solved! Go to Solution.
Hi @SafetyEv ,
Try to create a measure and apply it to visual level filter.
Measure = IF(MAX('Table'[Date])<=TODAY(),1)If the problem persists,could you share the sample pbix via cloud service like onedrive for business?
Please remove any sensitive data before uploading.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I will try removing as much data as possible and post the PBIX file.
I still do not have a solution to this. I have tried all items above and I cannot get this to function as I need to.
Hi @SafetyEv ,
Try to create a measure and apply it to visual level filter.
Measure = IF(MAX('Table'[Date])<=TODAY(),1)If the problem persists,could you share the sample pbix via cloud service like onedrive for business?
Please remove any sensitive data before uploading.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Apologies for late response. I have tried this, and I cannot get it to function as intended. I am not a super user by any stretch, so this is a major challenge for me.
Hey @SafetyEv ,
as the content of the calendar table can not be dynamic, you have to "trick" your users by "filtering" the visible slicer items. This article provides a very concise introduction to this topic: Filter slicers without using bidirectional filters in Power BI - SQLBI
Hopefully, this provides what you are looking for.
Regards,
Tom
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 70 | |
| 38 | |
| 29 | |
| 26 |