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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Fox5
Frequent Visitor

Placeholder for numeric values in page filter

Hi everyone
I assume my problem is simple to solve. Unfortunately, I did not find an answer by googleing it. I would be happy if you could help.

My table contains Data such as U1, U2, U3, U4, UK, UA etc. On the report page, wher I display the visuals, I need to filter the Data that contains the Us followed by a numer. So, the only data shown in the report's visuals should be U1, U2, U3, U4, while UK, UA are excluded on the visuals. Therefore, I want to use the filter function for the visual stating "begins with".

However, I don't know the placeholder for numbers. In Access, for example, I could filter my data using "begins with U#" (# being the placeholder for numeric values). This doesn't work in Power BI. I have tried to use "?" or "*" as placeholders for numeric values (i.e. U? or U*). This didn't do the trick.
Does anyone of you know what placeholder I need to use? Help is much appreciated.

1 ACCEPTED SOLUTION

Hi vanessafvg

Thanks for your reply. I didn't use your suggestion to solve my problem. Instead, I added a conditional column to my table (if then else) as a wor around. This solution is not perfect but it does the trick for now. 

View solution in original post

2 REPLIES 2
vanessafvg
Super User
Super User

have you tried to use the search function in dax?

 

example 

= SEARCH("U",[fieldname])

here is a good video to explain how it is used

https://www.youtube.com/watch?v=PXdLFfhD2Cc





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Hi vanessafvg

Thanks for your reply. I didn't use your suggestion to solve my problem. Instead, I added a conditional column to my table (if then else) as a wor around. This solution is not perfect but it does the trick for now. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors