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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
HoldMyCoconut
Frequent Visitor

New columns in datasource not available in dataflow

We have a few sources where the columns are added very frequently .These columns are not availabe in dataflows , unless we open the dataflow and save it. Is there any way to dynamically import all the columns in the datasource to Dataflow ? I tried to have this done using

#"Cols" = Table.ColumnNames(Source) 

#"Choose Columns"= Table.SelectColumns(Source,Cols) 

but the new columns were still not getting imported without editing the dataflow .

Any help regrading this ?

Thank you 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @HoldMyCoconut 

 

Please refer to the following link, hope it can help you.

https://community.powerbi.com/t5/Service/New-Column-in-PBI-Dataflow-not-displaying-in-Dataset/m-p/24... 

https://community.powerbi.com/t5/Service/New-column-added-to-Dataflow-not-displaying-in-Dataset/m-p/... 

https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-features-limitations 

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-zhangti
Community Support
Community Support

Hi, @HoldMyCoconut 

 

Please refer to the following link, hope it can help you.

https://community.powerbi.com/t5/Service/New-Column-in-PBI-Dataflow-not-displaying-in-Dataset/m-p/24... 

https://community.powerbi.com/t5/Service/New-column-added-to-Dataflow-not-displaying-in-Dataset/m-p/... 

https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-features-limitations 

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors