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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am trying to put a relative date filter in my dashboard to show data for 1 month when it loads but also having an option to go back and select the desired date.
It is working completely fine in the desktop version that I am looking at only 1-month data but also having able to select any date to show the desired data but once I publish it online, I am able to see the applied date filter (showing 1-month data) but I am not able to select any other dates on that.
Idk why is this happening? It would be great if anyone can help. Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, there is more flexibility to create MEASURE formulas and combine them with slicers.
Refer to the following.
Amount =
CALCULATE (
SUM ( FactInternetSales[SalesAmount] ),
FILTER (
ALLEXCEPT ( M_DimDate, M_DimDate[Year] ),
DATEADD ( M_DimDate[Date], -1, MONTH ) && SELECTEDVALUE ( M_DimDate[Year] )
)
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, there is more flexibility to create MEASURE formulas and combine them with slicers.
Refer to the following.
Amount =
CALCULATE (
SUM ( FactInternetSales[SalesAmount] ),
FILTER (
ALLEXCEPT ( M_DimDate, M_DimDate[Year] ),
DATEADD ( M_DimDate[Date], -1, MONTH ) && SELECTEDVALUE ( M_DimDate[Year] )
)
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , You have to build your own logic with the selected date and slicer
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE
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 |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |