Forum Discussion
Dynamically joining distinct nested tables based on a common column
not completely clear what you want, but I would try this strategy:
1) expand the column of tables
2) group the data of the large table obtained on the Unique column and choose not to aggregate on any column but to keep all the rows.
If you attach a file with some dummy tables I can write you the single steps in detail.
- JohnFonz4 years agoFrequent Visitor
Hi Rocco,
Thank you for the response.
This is a method I tried but dropped for performance reasons. Each table contains 8760 rows and the "Unique" column contains 8760 distinct values. So, when you expand, group with or without aggregation, it slowed down the query significantly. I am working on dummy tables, will update it here soon.
Many thanks
- JohnFonz4 years agoFrequent Visitor
I now have a sample dataset but not sure how to upload it here. Any thoughts? Thank you.
- v-jingzhang4 years agoCommunity Support
Hi JohnFonz
You can refer to this blog https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Best Regards,
Community Support Team _ Jing