Forum Discussion

BigKev's avatar
BigKev
Icon for Helper III rankHelper III
5 years ago
Solved

Changing 'KPI Visualisation value' from blank to N/A

Hi All,   I am currently using the KPI visualisation to show the KPI Metrics.   By default, Power BI show (Blank)! in the measure if there is no data.   However, I want to change it...
  • amitchandak's avatar
    5 years ago

    BigKev , A new measure like

     

    if(isblank( [a]+[b]),"N/A",[a]+[b])