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
Super User
4 years agoYou 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.