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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
drwinny
Helper I
Helper I

DAX help - countrows with filters

Hi All,

 

 

I am new to DAX and have an issue with a measure that I am creating:

 

I am trying to count the number of times "chat wait time" or "Advisor Satisfaction" appears in a column using a measure (one works, one returns “blank)

 

 

This measure returns a result:

 

*Survey Completed = CALCULATE(COUNTROWS(vwSurveyResultsSubBU),FILTER(vwSurveyResultsSubBU,vwSurveyResultsSubBU[Question]="chat wait time"))

 

 

This one returns "blank" 

 

*Survey Completed1 = CALCULATE(COUNTROWS(vwSurveyResultsSubBU),FILTER(vwSurveyResultsSubBU,vwSurveyResultsSubBU[Question]="Advisor Satisfaction"))

 

Could anyone give me some advice on how to fix this please?

 

Many thanks,

 

Sean

2 REPLIES 2
Anonymous
Not applicable

@drwinny From syntax point of view I don't see anything. Can you please if this string "Advisor Satisfaction" is available in Question column. Check if there are some space at the start or end of the string.

@Anonymous I went into edit queries, selected the column, right clicked, selected transform and then trim text. 

I still have the same issue, thanks for the suggestion

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors