Forum Discussion
Power Query multiple source data question
- Anonymous2 years ago
Hi Anonymous
For the first question, if you want to want to refresh the new file you need to make sure it meets the following requirements:
1.The data structure of the new file is the same as the original file.
2.If the data structure is the same as the original file, If you rename or delete the column in the file , the query will casue error, so make sure that the column name is the same as the original file.
3.The connection mode is import , so when you modify the file, you need to refresh the data source manually in Power query, click the refresh button.
For the second question, becasue your data source is connecting by using importing mode, so you cannot incorporate filters into the query directly, if you want to implement this, you can consider to move the data source to sql server, then use direct query mode to connect the data source so that you can use dynamic paramater in power query, it can incorporate filters into the query, you can refer to the following link.
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
For the first question, if you want to want to refresh the new file you need to make sure it meets the following requirements:
1.The data structure of the new file is the same as the original file.
2.If the data structure is the same as the original file, If you rename or delete the column in the file , the query will casue error, so make sure that the column name is the same as the original file.
3.The connection mode is import , so when you modify the file, you need to refresh the data source manually in Power query, click the refresh button.
For the second question, becasue your data source is connecting by using importing mode, so you cannot incorporate filters into the query directly, if you want to implement this, you can consider to move the data source to sql server, then use direct query mode to connect the data source so that you can use dynamic paramater in power query, it can incorporate filters into the query, you can refer to the following link.
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.