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.
I'm trying to create a waterfall graph that tracks client wins/losses over a time period selected by a date slider. I'm using a switch/selected value combo function in order to achieve this but I can't get it to work properly.
Here's the switch function:
Here's one of the measures that the switch function is bringing in (all are the same as this, just with different filters):
My data is unpivoted so date is in one column and active/inactive is in another column. 1 means the client is active and 0 means the client is not active.
Here are my sort and category tables:
Here's what I'm inputting into the waterfall boxes:
Here's the end result:
What am I doing wrong here?