Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
sevvalk
Creator
Creator

Kpi problem

Hello,
When creating calculations with kpi, I automatically set the expression with the filters I selected. There are 2 different kpis, I want one of them to be affected by some filters while not being affected by others. How can I do that?

Labels (4)
1 Solution

Accepted Solutions
Ahidhar
Creator III
Creator III

Place those filters inside the expression of kpi you don't want to be affected and don't add them in the other kpi

something like this

Sum({<Year={"$(=max(Year)-1)"},Month=,Quarter=>}Billed_Amount) - this one will not get affected

Sum({<Year={"$(=max(Year)-1)"}>}Billed_Amount)

View solution in original post

1 Reply
Ahidhar
Creator III
Creator III

Place those filters inside the expression of kpi you don't want to be affected and don't add them in the other kpi

something like this

Sum({<Year={"$(=max(Year)-1)"},Month=,Quarter=>}Billed_Amount) - this one will not get affected

Sum({<Year={"$(=max(Year)-1)"}>}Billed_Amount)