Hi,
I'm adding some very simple charts/pies etc. And something that is a real pain is where a grouped field has a null value and means the pie display is "Items(2)" and I'd rather show "Blank". Is there a easy way to manage this?
AddColumns(GroupBy(AddColumns('Risk Trial - PowerApp', "TowerList", 'Impacted Tower rpt'), "TowerList", "GroupData"), "CountByTower", CountRows(GroupData))
