The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi everyone
How do I go about splitting a master data source into separate tables using Power Query, I get my data from MongoDB through ODBC Connection, all of my data comes through as one master sheet, I would like to separate them into different sheets and still have the connection active with data coming through into the separate sheets rather than to one single master sheet.Is it possible to achieve this within BI or do I have to alter this at the API end?
Thank you for your help in advance!
Solved! Go to Solution.
Hello @RaveenaAV,
Yes - This can be done by creating queries that filter and shape the data according to your requirements.
The connection to the original data source will remain active, and each new table created will refresh according to the data source.
Hope this helps.
Hello @RaveenaAV,
Yes - This can be done by creating queries that filter and shape the data according to your requirements.
The connection to the original data source will remain active, and each new table created will refresh according to the data source.
Hope this helps.
Thank you