Forum Discussion
Date time range filter for map visual
- 3 years ago
Hi Anonymous
Thanks for your reply.
>> But now I require a filter for a column instead of measure. I am providing an id column in the location field of Mapbox. How do I provide ids filtered by date and the time range in the location field?
Actually I mean, filter your id column by creating a filter measure and put it in visual-level filter, for example,
create the measure below
filter measure = IF( MIN('Table'[Start Date])>=SELECTEDVALUE('date 1'[Date]) && MIN('Table'[End Date])<=SELECTEDVALUE('date 2'[Date]),1,0)result
please see the sample file attached below
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Thanks for reaching out to us.
you can try visual-level filter, Add a filter to a report in Power BI - Power BI | Microsoft Learn
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.