Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Create a new table by adding two columns from another single table, and excluding any blank values?

I have a table with repeating values in the index column, and a third column that has values only in some rows     In power BI, I want to create a brand new table that selects the CompanyID ...
  • amitchandak's avatar
    5 years ago

    @jsauerla ,

    Create a new table as

    calculateTable(Table, filter(Table, not(isblank(Table[Start Date]))))