Forum Discussion
Anonymous
4 years agoNot applicable
Total Sum from New Measure
Hi Team,
I have done first table and get the Status ">90%" count , however I can't get the result in 2nd Table "Total status Sum".
Please advise me.
Thanks,
KV
Anonymous , a new measure
sumx(addcolumns(summarize(Table, Table[Market], Table[ID]), "_1", [>90% count]) ,[_1])
1 Reply
- amitchandakSuper User
Anonymous , a new measure
sumx(addcolumns(summarize(Table, Table[Market], Table[ID]), "_1", [>90% count]) ,[_1])