Forum Discussion
chriswragge
8 years agoHelper I
Create multiple tables from single query
Hi there, I have 20 differing queries all essentially referencing the same basic code. = #"Base Code - New"(startDateNew, endDateNew, "at") "Base Code - New" is a function that takes in 3...
- 8 years ago
Sorry Xiaoxin - duplicate post that I cannot delete now. Please see this link for my accepted solution
https://community.powerbi.com/t5/Desktop/Create-multiple-tables-from-single-query/td-p/412254
Anonymous
8 years agoNot applicable
HI chriswragge,
I"d like to suggest you create a table to store parameters, then add custom column to invoke and store result tables from custom function.
After these steps, use Table.Combine function to merge tables from above result table list.
Reference links:
Creating Tables In Power BI/Power Query M Code Using #table()
Regards,
Xiaoxin Sheng
- chriswragge8 years agoHelper I
Sorry Xiaoxin - duplicate post that I cannot delete now. Please see this link for my accepted solution
https://community.powerbi.com/t5/Desktop/Create-multiple-tables-from-single-query/td-p/412254