Forum Discussion
Simomazzi
1 year agoFrequent Visitor
Marketplace Filter Not Showing Options When Selecting Two Non-Overlapping Date Periods 5 hours ago
I'm encountering an issue in Power BI where the Marketplace slicer does not show any selectable options when I filter two non-overlapping date ranges. Even though data for the marketplaces exists in...
- 1 year ago
Hi Simomazzi The problem might be because the marketplace slicer relies on overlapping date ranges to display options. To fix this, use independent date filters with disconnected date tables or combine the date ranges in the model. You can also adjust the slicer logic to not directly depend on the date filters.
Akash_Varuna
Super User
1 year agoHi Simomazzi The problem might be because the marketplace slicer relies on overlapping date ranges to display options. To fix this, use independent date filters with disconnected date tables or combine the date ranges in the model. You can also adjust the slicer logic to not directly depend on the date filters.
Simomazzi
1 year agoFrequent Visitor
Hi, using independent date filters with disconnected date tables and using filter function i fix the issue. Thanks