Forum Discussion
EVEAdmin
6 years agoPost Patron
Edit column data
Using the following measure TABLE = DISTINCT(Table2[Column1]) I created a table with unique values from another table. I now need to add a new column and edit data in the new column. Is that pos...
amitchandak
6 years agoSuper User
If you working on data import mode. You should be able to do in excel and load here ?
EVEAdmin
6 years agoPost Patron
amitchandak thank you. I thought about that, however, the content is not static and I would need to update the excel sheet, each time.
All I need is 1 table with:
- 1 column = distinct values from a column in another table
- 1 column where I can type anything I want