Forum Discussion

jimmybettega's avatar
jimmybettega
New Member
4 years ago
Solved

DAX to extract data from a column to create new calculated Rows

Hey   Not sure if is possible, but I would like to use the %s and project titles from the column (Route - Operational) and utilize those percentages to create new rows in my table (and columns if n...
  • lbendlin's avatar
    4 years ago

    You cannot use DAX to add rows to existing tables. That can only be done in Power Query or further upstream.

     

    What you can do is create new calculated tables and then union them with existing tables.