Forum Discussion
Target visual
- 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.
It's hard to tell with only this information. An example file would help.
At least show the measure [Filtro Ob].
I know, for me it's not posible to share the file.
this is Filtro Ob:
- afrutos4 years agoResolver I
I try to explai better myself;
Filtro ob tell me if my play is completed or not, and it's on a measure table.
And I have my table AUT Agrupada, which contains idobra, it's and unic id for each play.
Both tables are NOT conected.
And I need to count how many idobras there are that are PL Incomplete- Anand244 years agoSuper User
afrutos ,
Try creating a calculated column instead of calculated measure. You should be able to pull columm into filters.
Also, if you want distinct IDs, then you should use DISTINCTCOUNT instead of COUNT in your measure.
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!!
Proud To Be a Super User !!!
LinkedIn
- PVO34 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")