Counting number of performances that made goal in a production season

It's not always obvious on how to report simple stats in Analytics, I thought I would share if anyone else could use it. I needed to track the number of performances that did or did not make goal in a production season in a simple pivot table.

After some attempts, I emulated an example from sisense, here's the relevant measured value:

sum([Performance Date and Code Short],case when [Total Ticket Paid Amount]-[Total Budget Amount] > -1 then 1 else 0 end)

I've also included a sample dashboard to import. It assumes that there is a budget value present in the individual performance.

MadeBudget.dash