Forum Discussion
webquery029
4 years agoNew Member
Change power query data from web to static
Hi all, Greatly appreciate any thoughts or advice. I'm new to power query and created a simple query to pull some data from the web and am hoping to use this to perform some analysis. The problem...
Anonymous
4 years agoNot applicable
Hi webquery029 - you consider using a Power BI Dataflow. Creating a dataflow - Power BI | Microsoft Docs
This will allow you to GET the data from the Web into a staged CSV table. Using a second dataflow to read the first you can do transformations and joins.