Forum Discussion
Hoppsan
2 years agoRegular Visitor
Dual month filter in same visual
Hi, I am a fair beginner at Power BI but trying to learn. I want to build a visual in Power BI where I can filter column 1 from one slicer and column 2 from another slicer. Column 1 would be a star...
ChiragGarg2512
Solution Sage
2 years agoHoppsan What is currently happening is that table is giving every value that has a selected start and end date. It is not taking every data from start to end. Need to create a measure using calculate where the filter is for min date [selectedvalue(comaprison start month)] and max date [selectedvalue(comparison end month)].