Let's say I have a table in power bi called TABLE_1 that looks like this:
Category Color
electronic yellow
automobile Red
food product green
educational black
Using a DAX statement, how can I create an EXACT copy of this table?
I am new to DAX