Forum Discussion
Anonymous
4 years agoNot applicable
Getting a value using filters
I am trying to do a pie chart with a sub-value out of total value . ID Status Type fr-34 standing Fiction fr-35 rank Nonfiction fr-36 ranking Drama fr-37 posit...
MFelix
4 years agoSuper User
Hi Anonymous ,
Try the following code:
tot_Count = CALCULATE(COUNT('Details'[id ]),FILTER(ALL(' Details'), 'System Details'[type]="Fiction"))