Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
Our organization has a few reports that need a static lookback at results for each of our fiscal periods. An example is our accounts recevables aging list. It needs to be pulled each month and then combined to show our monthly aging schedules.
I was wondering if there is a way to reference a power query group (an organized group of queries) so that we don't have to manually type each query name in Table.Combine() when we upload a new month? If not, should we submit a request to get this feature added?
I've researched this for about an hour and haven't come up with anything yet! Hopefully you guys can help out?
Solved! Go to Solution.
Hi @Anonymous,
Can please share some dummy data with a similar data structure? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
BTW, if your files are stored in a folder, you can try to use a folder connector to get the list of first and direct use combine function with that file lists. (Table.Combine function use list as the parameter, you can try to use 'source name' and 'column name' to extract the file list)
let
Source = Table.Combine(QueryName[ColumnName])
in
Source
M query operator
Regards,
Xiaoxin Sheng
Hi, have you figured out a way to do this?
Hi @Anonymous,
Can please share some dummy data with a similar data structure? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
BTW, if your files are stored in a folder, you can try to use a folder connector to get the list of first and direct use combine function with that file lists. (Table.Combine function use list as the parameter, you can try to use 'source name' and 'column name' to extract the file list)
let
Source = Table.Combine(QueryName[ColumnName])
in
Source
M query operator
Regards,
Xiaoxin Sheng
@Anonymous
How are you loadng all these tables? Are they from files or a folder?
Have you tried the Folder connector which allows you to easily combine files in the way you are describing?
regards
Phil
Proud to be a Super User!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 33 | |
| 31 | |
| 29 |