Forum Discussion
cannot convert value type text to type true/false - error is not resolving
- 3 years ago
PowerBIBeginer , there is not filter condition here
FILTER(ALLEXCEPT('SRQ PP','SRQ PP'[Client Region],'SRQ PP'[Assoc Location],'SRQ PP'[Request Type - TAT]),'SRQ PP'[Final Closed Month])
what filter you want on month
PowerBIBeginer , there is not filter condition here
FILTER(ALLEXCEPT('SRQ PP','SRQ PP'[Client Region],'SRQ PP'[Assoc Location],'SRQ PP'[Request Type - TAT]),'SRQ PP'[Final Closed Month])
what filter you want on month
- PowerBIBeginer3 years ago
Helper V
Hi Amit, got your point now.. in denominator there should not be filter, its entire count.. Great Thanks..!!
- niranjanm452 years agoFrequent Visitor
Hi amitchandak ,
I am trying to calculate values in % such as every X-axis value is considered 100%, hence using filter in my DAX, but getting the error for cannot convert text type to true/false. I am using following DAX:
%Emotion = DIVIDE(CALCULATE(DISTINCTCOUNT('SportRec QB5'[uuid]), FILTER('SportRec QB5','SportRec QB5'[Emotion])),CALCULATE(DISTINCTCOUNT('SportRec QB5'[uuid]),ALL()))Can you help me ?