Forum Discussion
BIWhiz
9 years agoFrequent Visitor
Using the dates from date slicer in queries to filter data for visualization
Hi All, I am a newbie to Power BI, I need some help trying to build a map dashboard with date slicer. I need to be able to utilise the start and end dates selected in the date slicer and use them...
jsbi81
8 years agoNew Member
Hi,
Did you find a solution. I'm trying to show the active current asat date. In SQL and Tableau I'm able to achieve using the below where [Date] is my Parameter
[Start Date] <= [Date] AND IFNULL([End Date],[Date]) >= [Date]
Thanks
Jag