I have a column column1 in powerbi where the majority of rows are Numeric and the minority is Text.
How can I calculate column1 multiplied by another column columnX in a new column, while ignoring rows where column1 is Text. The new column should contain Blank for these rows.
I am using the DirectQuery method so I can't change the data type of column1.
Here you go.