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
toplisek
Helper I
Helper I

Advanced filters using character ?

Advanced filters using character ?

 

An example for a filter:

w?s

What will happen as * will be executed as AND statement.

1 ACCEPTED SOLUTION
v-tejrama
Community Support
Community Support

Hi @toplisek,

Thanks for reaching out to the Microsoft fabric community forum.

 

Yes, I tried this in Power BI using the Text Filter visual (from marketplace), and it works properly with * and ? characters. If you type w*s, it will show words like wins, wires, walks, etc. That means it is picking anything starting with “w” and ending with “s” whatever is there in between, it will match. Same way, if you type w?s, it will give you only 3-letter words like was, wis, whs, where the first letter is “w”, last is “s”, and only one character in the middle. Just to clarify, * is not used as an AND logic here, it simply means “any characters in between”.

 

This kind of filtering works only in the Text Filter slicer, not in the normal slicer.

I checked this on my side and it's working fine.

 

Let me know if you need example data or PBIX also.


Best Regards,
Tejaswi.
Community Support

View solution in original post

5 REPLIES 5
v-tejrama
Community Support
Community Support

Hi @toplisek,

Thanks for reaching out to the Microsoft fabric community forum.

 

Yes, I tried this in Power BI using the Text Filter visual (from marketplace), and it works properly with * and ? characters. If you type w*s, it will show words like wins, wires, walks, etc. That means it is picking anything starting with “w” and ending with “s” whatever is there in between, it will match. Same way, if you type w?s, it will give you only 3-letter words like was, wis, whs, where the first letter is “w”, last is “s”, and only one character in the middle. Just to clarify, * is not used as an AND logic here, it simply means “any characters in between”.

 

This kind of filtering works only in the Text Filter slicer, not in the normal slicer.

I checked this on my side and it's working fine.

 

Let me know if you need example data or PBIX also.


Best Regards,
Tejaswi.
Community Support

Hi  @toplisek ,

 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. 

 

Thank you.

 

Hi @toplisek ,

 

I wanted to follow up and see if you had a chance to review the information shared. If you have any further questions or need additional assistance, feel free to reach out.

 

Thank you.

 

Hi @toplisek ,

 

Just checking in have you been able to resolve this issue? If so, it would be greatly appreciated if you could mark the most helpful reply accordingly. This helps other community members quickly find relevant solutions.

Thank you.

 

MFelix
Super User
Super User

Hi @toplisek ,

 

To do advance filtering based on characters you can try the new text slicer that allows these kind of filtering.

https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-text-slicer


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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