Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
18 | |
7 | |
7 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |