Hey,
I have to admit something.
Sometimes I read questions, that I will not or can not answer, or not even try to answer, and just for a simple reason.
I do not have the time to create sample data that is shown in a screenshot, or is just vaguely described (with a great risk that I do not fully understand the problem).
This lack of an easy to reproduce example immediately prevents the chance to learn something new by trying to answer the question.
In my opinion, there is no way that easy as to use the Power Query function
Table.FromRows(...)
This function is described here:
https://msdn.microsoft.com/en-us/library/mt260791.aspx
The following line of code
=Table.FromRows({{1, "Bob", "123-4567"} , {2, "Jim", "987-6543"}}, {"CustomerID ", "Name", "Phone"})
creates a table. With two records and the Columns "CustomerID", "Name", "Phone"
You can use this function by
1. Goto "Edit Queries" from the main window in Power BI
2. Create a "New Query" using the context menu in the queries pane and choose "Blank Query"
I my opinion using this method provides the following advantages
May the power bi with you
Thanks for sharing valuable information.
Cheers,
P
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
User | Count |
---|---|
135 | |
63 | |
57 | |
56 | |
46 |
User | Count |
---|---|
139 | |
65 | |
61 | |
60 | |
53 |