Forum Discussion
PowerBIBeginer
Helper V
3 years agocannot convert value type text to type true/false - error is not resolving
Hi All, I've below dax. Suddenly I'm getting error of "cannot convert value type text to type true/false" and tried lot of methods but its not resolving. Can anyone please guide me here. Request ID ...
- 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
amitchandak
Super User
3 years agoPowerBIBeginer , 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
Helper V
3 years agoHi Amit, got your point now.. in denominator there should not be filter, its entire count.. Great Thanks..!!