Forum Discussion
Anonymous
10 years agoNot applicable
Add an extra field from a data source
A power bi newbie here. Say if I import a table A from a data source into power bi, some minor changes to the imported dataset. calculated columns, measures etc. Now I add a new field in the table...
- 10 years agoAnonymous
If I didn't misunderstood you, when you refresh in power bi desktop your new added column will automatically be imported.
kwdavis7
7 years agoFrequent Visitor
Think I found why this wasn't working for my updated CSV file. In the Advanced Editor window the first line of code list how many columns the query is reading on the source. I had to increase that number to the new total columns in the csv in addition to adding the column names to the query. Afterwards, a simple refresh did the trick.