The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi everyone,
I am looking to conditional format a card dependent on another different measure and have that conditional formatting change dependent on the slicers.
My slicer is for the teams
Team A's Target - 700k
Team A's Closed Business - 600k
Team B's Target - 650k
Team B's Closed Business - 660k
Ideally this is what I want:
If I select team A, I will see the two cards like so:
700 | 600
Target | Actual
But if I change my view to team B, I will see:
650 | 660
Target | Actual
Is this possible? I can only seem to be able to do this by hardcoding the values, which wouldn't work in this situation.
Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
I went ahead and created a little data set in excel:
I created a slicer for team
Then I created a measure:
Hi @Anonymous ,
I went ahead and created a little data set in excel:
I created a slicer for team
Then I created a measure:
It worked! Thanks for the help 🙂