Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
kdixon5490
Helper III
Helper III

How to Filter a visual by another date other than the date in the Date Slicer?

I currently have a slicer on my page that allows me to select the Sales Date Range.

 

I aslo have on my page a visual that says the Last Days Sales Amount. 

 

The problem I'm having is that the slicer total negates my Last Day Sales Visual.

 

How can I obtain the SAles range from the slicer for all my visuals except the Last Days Sales Amount?

 

Help

1 REPLY 1
kpost
Super User
Super User

if the "Last Days Sales Amount" value is the only value in the visual, you can just turn off the interactions between the date slicer and the Last Days Sales Amount visual.

 

If the Last Days Sales Amount is in a visual with other measures, you might try something like CALCULATE([Last Days Sales Amount measure], ALL(Date_Slicer[Date]))

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors