Forum Discussion
jesusssss
3 years agoHelper II
How to make a count function to search for data without taking the date into account.
Hello good day.
I am trying to make a formula to be able to get a specific value from a conditional column that I have created.
I am using this expression "COUNTAX(FILTER('Incidencias generales cal...
- 3 years ago
Thank you very much for the answer, in the end I managed to solve the error and the problem is that the
table was duplicated several times and that was causing failures in the measurements
amitchandak
3 years agoSuper User
jesusssss , You should create this as measure not column
COUNTAX(FILTER('Incidencias generales calidad 7','Incidencias generales calidad 7'[Custom]="1"),[Measure 5])
Column will not consider slicer value
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
jesusssss
3 years agoHelper II
Thank you very much for the answer, in the end I managed to solve the error and the problem is that the table
was duplicated several times and that was causing failures in the measurements