Forum Discussion
hanssonnor
5 years agoFrequent Visitor
Filtering a table on multiple columns and rows - more efficient solution needed
Hi, I am looking for a more efficient solution. I have a table which contains all invoice numbers. Besides the invoice number the table contains as well three additional columns Case Number:...
- 5 years ago
hanssonnor , Try a measure like this.
This should give not in "T","W"
countx(filter(summarize(Table, Table[Invoice],Table[Case Number], "_1", calculate(count(Table[Solution]),table[Solution] in {"T","W"})+0),[_1]=0),[Invoice])
amitchandak
5 years agoSuper User
hanssonnor , Try a measure like this.
This should give not in "T","W"
countx(filter(summarize(Table, Table[Invoice],Table[Case Number], "_1", calculate(count(Table[Solution]),table[Solution] in {"T","W"})+0),[_1]=0),[Invoice])