Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Hoppsan
Regular 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 starting month and column 2 would be an ending month and then these two are compared against eachother. 

Is this possible? Or would there be a smarter way to do it?

Skärmbild 2023-09-26 114455.png

1 REPLY 1
ChiragGarg2512
Solution Sage
Solution Sage

@Hoppsan 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)].

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors