I would like to hide the + icon when column chart has bars and show when column chart is empty. Similarly, I would like to show edit icon when bars are visible on column chart and hide when column chart is empty.
I tried using this code on Visible property. If(IsBlank(DataCardValue41.Text),true,false) but did not succeed.