March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
@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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |