Forum Discussion
Alternate solution for Enter data option in Power Query
Hi Vivek_Biradar, I'm not sure what exactly do you need, but you can create table like this and you can replace any part of table with another query reference. For exmaple: you can replace "xyz" with another query name like LastPersonName to make it dynamic.
let
Source = #table(type table[Order=Int64.Type, Date=text, Name=text, Details=text], {
{ 2, "Jun-23", "abc", "This is a text" },
{ 4, "Jul-24", "xyz", "This is a text" }
} )
in
Source
Hi dufoq3
I am looking for a alternative methods or solution to eliminate manual data entry effort in Power Query(Enter data option), because there may be chances of errors or it is time consuming method(Enter data option). So seeking help for any other solutions in Power BI/Query in which we can make it dynamic or automatic process.
Note - Here I cant use Sharepoint method(Excel/CSV files)
- Anonymous2 years agoNot applicable
Hi Vivek_Biradar ,
The key point is where does this data come from, and is it possible to read it and output it as an Execel in some way? e.g. using PowerQuery build-in connector, Python, WebApplication, etc. Do they select from some duplicate values (drop-down lists) and are there some constraints (data validation) on each column? These are all things to consider.Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group