March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
167 | |
117 | |
63 | |
57 | |
50 |