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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
RobinS
Frequent Visitor

URL filter / Multi filters from same column

Hello,

 

I am passing a URL filter:

?filter=CDR/Reg eq 'one'

this works great

but

when i want to applie a second filter to same column, the report wont filter:

filter=CDR/Reg eq 'two' and CDR/Reg eq 'two'

 

please advise

thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@RobinS,

It is not possible to pass multiple filter values for same column as you describe in the report URL. Please take a look at the following article about how to filter a report.

https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/

Regards,
Lydia

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@RobinS,

It is not possible to pass multiple filter values for same column as you describe in the report URL. Please take a look at the following article about how to filter a report.

https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/

Regards,
Lydia

thanks for your response.

the page ref you provide works great if you are calling from two diff column in the same schema.

but if  i want to filter two items from same column, it dosn't work.

the code you provided looks like this:

 

?filter=Store/Territory eq 'NC' and Store/Chain eq 'Fashions Direct'

which works well.. np

but if i try this, the code dosn't work.. please notice i am calling from same column twice.

 

?filter=Store/Territory eq 'NC' and Store/Territory eq 'SC'
Anonymous
Not applicable

@RobinS,

As my previous reply, it doesn't support to provide multiple values for same column in the report URL.

Regards,
Lydia

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors