0 In Power BI desktop, I pulled some columns off a SQL Server table in Import mode. During transformation, there are 2 columns using which I want to build a third computed column: something like isnull(col1,col2) as ‘col3’ if I had to write it in SQL. But problem is that query folding is lost at this step.
Categories
