I connect to Data from Stored Procedure not directly a table from Database so I'm not sure that's why I cannot use Script like
RiskCount = IF( ISBLANK( [My column] ), 0, [My column])
It's a warning cannot find name [My column]
My data from the database looks like
When data showed up that's made company 1 value c = "Blank"
I want to replace it with "0"
I'm not sure if Power BI can do something like this or if I should edit from the database?