Forum Discussion
Adding a Row to a Created Table?
- 5 years ago
Hi Anonymous ,
then you must create the table in the same structure with DATATABLE
https://docs.microsoft.com/en-us/dax/datatable-function
AlexisOlson mwegener
Ok, so selected enter data, created another table with my manual data - used all the same columns in the exact same order and formated them all correctly.
went back to the original table I created. called that one var _Table1 and then set a Union:
- Anonymous5 years agoNot applicable
Update: read this thread: Union column order - Microsoft Power BI Community
Had to add a nested Summarize to the Second New Table to get it to work..
Seems like a lot more work than it should be...
- AlexisOlson5 years ago
Super User
Your second table needs to match the columns of the table you are unioning it with, not the original shape of the table you are summarizing. Having [UniqueID1] twice in your summary might make this problematic.