cancel
Showing results for 
Search instead for 
Did you mean: 
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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors