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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
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]))