Forum Discussion
Calculate Function and Slicers
- Anonymous1 year ago
Hi FormworkFan
Congratulations! It seems that you have gotten a solution. Could you please share your solution and mark it as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 1 year ago
So it was pretty basic. I only had to enter in the Filter Context that I wanted to inlcude in my measure.
Key Account Sales = (CALCULATE([Total Sales],'All Divisions Table-RS'[Customer] = "CONSTRUCTION PRODUCTS INC (ST)") , Region[Region] = "Key Accounts")
So that worked, however when I now try to add this measure to my Total Sales measure, i'm getting a circular dependency error. I'm trying to sort that part out now.
I figured this out!
- Anonymous1 year agoNot applicable
Hi FormworkFan
Congratulations! It seems that you have gotten a solution. Could you please share your solution and mark it as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- FormworkFan1 year agoHelper I
So it was pretty basic. I only had to enter in the Filter Context that I wanted to inlcude in my measure.
Key Account Sales = (CALCULATE([Total Sales],'All Divisions Table-RS'[Customer] = "CONSTRUCTION PRODUCTS INC (ST)") , Region[Region] = "Key Accounts")
So that worked, however when I now try to add this measure to my Total Sales measure, i'm getting a circular dependency error. I'm trying to sort that part out now.