Forum Discussion
Cumulative count
- 4 years ago
Hi afrutos ,
According to your description, I guess the [IdEntity] column should be of text type, modify the formula of this part to Authors[IdEntity]="01".
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
afrutos , try a measure like
FIRSTDATE500 = CALCULATE(DISTINCTCOUNT(Query1[IdAuthor]),Filter(allselected(Authors), Authors[IdEntity]=01 && isblank(Authors[DateDeceased]) && isblank( Authors[DateDeceased])
&& Authors[Age]<=80 && Authors[dateMost500]< date(2021,04,11) && Authors[dateMost500]<= max(Authors[dateMost500]) ))
- afrutos4 years agoResolver I
Hi it returns me an error,
"DAX comparison operations do not support comparison values of type Text with values of type Integer."
An I think it is because of IdAutor, an exampe of IdAutor is "AUT150595"
But I don't know how to solve it, I've tried using Values but not working- v-yanjiang-msft4 years agoCommunity Support
Hi afrutos ,
According to your description, I guess the [IdEntity] column should be of text type, modify the formula of this part to Authors[IdEntity]="01".
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.