Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
80 | |
48 | |
48 | |
48 |