Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rohanjha1988
Helper II
Helper II

Issue with Data Update

Dear All,

 

I am new to Power BI and Dax. Currently I am using Power pivot to do some sales and distribution analysis. But I am facing challenge in updating the data in Power Pivot data model. 

 

I have a Customer master file in which details of all customers are available. Now If I add rows in Customer Master then upon refreshing the data model in power pivot the rows are added automatically. Now, if i add a column in Customer Master then upon refreshing the model is refreshing but the column is not added. 

 

Please suggest!!

1 ACCEPTED SOLUTION

Many thanks for the reply. 

 

But I got a solution myself. In the Design Tab, you will find a button called "Table Properties". When you click this, the table will appear and you can see the extra added column in it. You just need to click the same to add in the data model. 

 

C1.JPG

View solution in original post

4 REPLIES 4
v-diye-msft
Community Support
Community Support

Hi @rohanjha1988 

 

Please refer to the similar solved cases whether helps:

https://community.powerbi.com/t5/Desktop/New-column-in-source-table-not-appearing-in-dataset-after/t... 

https://community.powerbi.com/t5/Service/New-column-in-source-table-not-appearing-in-dataset-after/m... 

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

Many thanks for the reply. 

 

But I got a solution myself. In the Design Tab, you will find a button called "Table Properties". When you click this, the table will appear and you can see the extra added column in it. You just need to click the same to add in the data model. 

 

C1.JPG

Greg_Deckler
Super User
Super User

@rohanjha1988 - This can often happen with things like CSV files, you have to edit the Source step in Advanced Editor and remove the part that specifies the number of columns.

Source = Csv.Document(File.Contents("C:\temp\powerbi\wagons.csv"),[Delimiter=",", Columns=10, Encoding=1252, QuoteStyle=QuoteStyle.None]),


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

@Greg - Can you please help me with the steps of the same. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors