Forum Discussion
Calculation group that affects calculation item
Hi, Dimitris_Kats
Maybe you can use SELECTEDVALUE with Switch
Target Selection =
SWITCH(
SELECTEDVALUE('Target Selection'[Target], "Default"),
"Target 1", [target1],
"Target 2", [target2],
[target1]
)
Or add calculated items for each objective, and in this calculated group, create two calculated items, one for target1 and one for target2, you can check the following link:
Create calculation groups in Power BI (preview) - Power BI | Microsoft Learn
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you so much Anonymous for your answer. I will try both solutions! 🙂
- Anonymous2 years agoNot applicable
Hi, Dimitris_Kats
Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!
Best Regards
Yongkang Hua