Forum Discussion
Get global coverage based on conditions
- Anonymous9 years ago
HI Janet_PHQ,
Perhaps you can try to use below formulas to calculate the percent festivals and expos if they suitable for your requirement.
count of festivals and expos %(exclude US)= DIVIDE(CALCULATE(Count([Count]),FILTER(ALL(Table1),AND([Category]="festivals",[Category]="expos")&&[CountryCode]<>"US")) ,COUNTAX(ALL(Table1),[Category]),0) Count of festivals or expos %(exclude US)= DIVIDE(CALCULATE(Count([Count]),FILTER(ALL(Table1),OR([Category]="festivals",[Category]="expos")&&[CountryCode]<>"US")) ,COUNTAX(ALL(Table1),[Category]),0)
BTW, I found your category column only store single category each row, how did you calculate the count of event who contains multiple categories?
Regards,
XIaoxin Sheng
HI Janet_PHQ,
Perhaps you can try to use below formulas to calculate the percent festivals and expos if they suitable for your requirement.
count of festivals and expos %(exclude US)= DIVIDE(CALCULATE(Count([Count]),FILTER(ALL(Table1),AND([Category]="festivals",[Category]="expos")&&[CountryCode]<>"US")) ,COUNTAX(ALL(Table1),[Category]),0) Count of festivals or expos %(exclude US)= DIVIDE(CALCULATE(Count([Count]),FILTER(ALL(Table1),OR([Category]="festivals",[Category]="expos")&&[CountryCode]<>"US")) ,COUNTAX(ALL(Table1),[Category]),0)
BTW, I found your category column only store single category each row, how did you calculate the count of event who contains multiple categories?
Regards,
XIaoxin Sheng
Hi Xiaoxin,
Thanks for your advice earlier!
I accepted the solution :)
Can I ask you another related question please?Refer to my question here:
Have a good weekend!
- mdaamirkhan9 years ago
Post Prodigy
it is possible to sahre file
- Janet_PHQ9 years ago
Helper I
Thanks, please visit my new post here: