Forum Discussion
Conditional formatting on calculated item in calculation group
- 6 months ago
maybe try checking this thread and see if the expert can help you parry2k .
Calculation Groups and Conditional Formatting can ... - Microsoft Fabric Community
Solved: Conditional Formatting using Calculation Groups no... - Microsoft Fabric Community
Thank you.
Hello!
This is not something I asked for, please read my thread carefully 🙂
It should be combined with calculation groups + proper formatting for division (which should be %).
The pbix you did is basic scenario, where everything works. But when you try it in calculation group from some reason formatting does not work....
maybe try checking this thread and see if the expert can help you parry2k .
Calculation Groups and Conditional Formatting can ... - Microsoft Fabric Community
Solved: Conditional Formatting using Calculation Groups no... - Microsoft Fabric Community
Thank you.
- MZZ6 months agoFrequent Visitor
Thanks for that link.
Actually....the issue was that in my calculation item responsible for division I used code where I referred to other calculation items, sth like:
so formatting didn't work...when I removed calculate() and pasted the actual code from calculation items formatting worked
I think it's a bit...unintuitive to be honest, but I'm glad I solved that error.