Forum Discussion
Anonymous
8 years agoNot applicable
Exclude Visual Filter in KPI for the Target
I would like to exclude a visual filter for my KPI Target measure
In a KPI visual I have a Count of "Visit" with a basic filter on column"reason visit" "relation". Both are in the "Total visit" table.
Now I would like to add a target, which counts the total of "Visit" without filtering the "relation"
Can anyone tell me how to do this?
Hi Anonymous,
You could modify your KPI Target measure similar to:
Target=CALCULATE(COUNT(Total Visit[Visit]),ALL(Total Visit))
Regards,
Yuliana Gu
1 Reply
- v-yulgu-msftMicrosoft Employee
Hi Anonymous,
You could modify your KPI Target measure similar to:
Target=CALCULATE(COUNT(Total Visit[Visit]),ALL(Total Visit))
Regards,
Yuliana Gu