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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Using DAX Wild Cards

Hi 

 

I've been experimenting with DAX wild cards but not getting the results I expected. 

 

Here's a sample of the data I'm using:

 

DAta Extract.PNG

 

CALCULATEI wondered whether I could, in CALCULATE statements, use just part of the "Product" text by using wildcards. I've created the  following Measures:

C1 Sales = CALCULATE([Total Sales £],Sales[Product]="C*") (**I expected this to select rows with"Carrot")
Pot Sales = CALCULATE([Total Sales £],FILTER(Sales,Sales[Product]="Pot*")) (**I expected this to select rows with"Potato")
ThirdLetterO Sales = CALCULATE([Total Sales £],Sales[Product]="??o*") (**I expected this to select rows with"Whole Wheat")

 

, but I can't get these to work, for example:

 

WC Blues.PNG

These 2 work fine - no wildcards:

 

Carrot Sales = CALCULATE([Total Sales £],Sales[Product]="Carrot")
Potato Sales = CALCULATE([Total Sales £],Left(Sales[Product],3)="Pot")
 
So - what's wrong with my attempts at using wildcards in CALCULATE, with or without FILTER?
 
Thanks!

 

 

 

 

2 REPLIES 2
Anonymous
Not applicable

Sorry, forgot to include link. It's at:

 

https://1drv.ms/u/s!AmxJyApgEAcYgu8hWCiVMg5ovezi2A?e=jFKcxr 

Hi, here are some possible strategies for solving your problem:
https://www.sqlbi.com/articles/from-sql-to-dax-string-comparison/

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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