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.
Hi I would like to find a way to get the selected value from the slicer but after disabling the interaction between slicer and the visual.
I have a report to show one visual with all sales and other table with sales related to the seleted date in the date slicer.
I have disabled the Interaction between date slicer and the all sales table, but now I need to get that selected date value to use in one of the measure in this table. Is there any way to achive this ?
Just becasue there is no interaction I am getting blank value.
Any experts, kindkly please help 🙂
Kind Regards
Selva
Solved! Go to Solution.
@Anonymous , if you stop interaction you will not get the value to be used in the formula
You can use independent date table , refer - https://www.youtube.com/watch?v=44fGGmg9fHI
@Anonymous , if you stop interaction you will not get the value to be used in the formula
You can use independent date table , refer - https://www.youtube.com/watch?v=44fGGmg9fHI
Thanks Amit 🙂