Forum Discussion
jimmybettega
4 years agoNew Member
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...
- 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.
lbendlin
4 years agoSuper User
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.