Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Annual |
---|
Backup |
Complete |
Owner |
I have a pivot table with columns similar to the above. I would like to do another chart that only counts cells that do not show as "Complete". I tried the below formula but its not working, does anyone have any suggestions?
If(([Annual] <> 'Complete'),Count[Annual], Null())
Perhaps this?
Count({<Annual -= {"Complete"}>} Annual)
Perhaps this?
Count({<Annual -= {"Complete"}>} Annual)
doesnt the field have to be in brackets "[]" it doesnt pick it up otherwise for me