Forum Discussion
afrutos
4 years agoResolver I
Target visual
Hello everyone, I would like to know how I can get the following. On my target visual, I would like it to count me how many idobra there are based on the filter of the measure "Filter ob". Filter o...
- 4 years ago
Don't share the original file. Just create an example file with the same problem. Then upload it to some upload site and share the url with the community.
PVO3
4 years agoImpactful Individual
So there also is the measure [ComprobacioD] involved.
My first guess you have to do a COUNTX over a virtual table (SUMMARIZE/SUMMARIZECOLUMNS/CALCULATETABLE).
Something like
COUNTX( 'table', [Filtro Ob] = "PL Incompleta")