cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
D_PBI
Regular Visitor

Integration options - guidance required, please.

Hi,
I'm attempting to find a suitable approach for integrating disparate systems into our domain. The purpose of this would be to have a consistent method to importing our Business data into a central place, to clean/validate it, so that data can be used by downstream processes. I'm the report developer. I am not an I.T. professional but the recommended approach will be implemented by me - hence reaching out on here.


Our core transactional system is Dynamics 365. This data is exported to a Serverless SQL Pool in Azure Synapse where it has SQL Views sitting on top of it. This particular flow, we'd not look to change.
In addition to Dynamics data, we consume financial data in the form of Excel spreadsheets. The finance dept must log onto to the externally held Sage database to download the data into the Excel spreadsheets.
We are now looking to consume data from four (4) new, disparate data sources to merge with our Dynamics and Sage data.

My thoughts are:
--- If I can find a single integration method to bring in all these data sources. This way it will be one skillset to learn, a single technology to maintain, one set of limitations to understand, and most importantly - a single source of truth. I recently found out that our company is using two methods to consume the same Sage data. One is through Excel spreadsheets (me) and the other is through a direct feed from the external Sage database to our Dynamics solution (I.T.). I believe our I.T. dept chose this route as it was the quickest to achieve that single aim.

--- I'm unsure on the technology that should hold the relevant data from the disparate systems. We already use Azure Synapse but through my brief experience with it, I'm reluctant to rely on it as a DataWarehouse. We were instructed to use Synapse as a substitute for DES but replicating the DES items (Azure SQL Server) over to Synapse was troublesome. I'm not ofay with under-the-hood Spark which arose those troubles. I'm more familiar with standard SQL.

--- I've read of Synapse Pipelines (although I've already stated my reluctance for Synapse). I've read of Azure Data Factory Pipelines. What I'm learning towards is Power Platform Dataflows - the Standard variety (not the Analytical type). My aim is simply to connect to these external databases and extract the contents and load that data to a standard database, a staging area. At this point, it could be loaded into its target, whether that be directly into Dynamics (if I.T. want to do that), or into a Warehouse/PBI Dataset, etc...

--- On the note of a DataWarehouse. I do not expect I will attempt to create one right now. Not the merging of data kind. Our Business data isn't the normal star-schema type. Our data is very bespoke and has various modelling desires. I feel if I were to create a DataWarehouse, merging data on different rules, it would neither suit the varying requirements I've had to perform inside of Power Query, and neither would it leave it open enough to give options in querying the data. In other words, any attempt to aggregate data in creating a DataWarehouse will make it unusable downstream. My thinking is to have a database which essentially has only staging tables. Should that data need to be merged with other data based on a specific requirement, then either a traditional SQL DataMart (not the buzzword Power Platform kind) can be created, or the merging can take place in Power Query, inside the PBI file as my work is doing currently.

Anyway, just throwing out there my thoughts. Based on these, does anyone have a suggestion on the correct route to go down?  For example, Power Platform Dataflows loading data into a DataVerse? I'm looking for something simple but robust.

If I don't look to perform something like the asked, then we'll end up having this different sources incorporated using various methods. Each may not allow downstream consumption, each may require their own costs, etc... I think what I'm embarking is the correct way forward.
Thanks.

4 REPLIES 4
FLMike
Multi Super User
Multi Super User

Hello,

 

It's actually a very solid write up thank you for that it helps a lot.

 

At the high level my answer would be (if you didn't already have Synapse)

  • Data Lake (I know I know its Synapse etc but I am answering if you just started)
  • Some other over arching things to think about as you read my answers
    • Volume of data
    • Velocity
    • Size of data
    • Structure of data, or no structure
    • The ability to connect to the 3rd party system via API, Bulk Export, Authentication means, and a slew of other things.
  • Would I toss it into Dataverse ? The answer again really depends on ill this data impact your transactional decisions in real-time or is it used to determine analytical bi/ai decisions that the answers get recorded into Dataverse to drive business decisions. 
    • Example: So I need to put all the reports in Dataverse, or do I just need the KPIs etc in a rollup so that I can then do XYZ in plugins/workflows/canvas apps etc.
  • I would have to understand better these external systems to decide whether I:
    • use Power Automate to run scheduled flows to extract the data and write it into the DataLake, or Synapse or Dataverse or heck some variation of all 3. Essentially in cases where data might come from Excel or a simple web service call.
      • But you have to think of costs of running these. Simple to create(overall), pretty cheap to run, easier to support (usually) and easier to find resources (vendors etc)
    • ADF is great to do this and would also enable ETL etc but to me, if possible Power Automate can be "easier" to use but it really depends on volume, velocity, data size etc
    • Logic Apps
      • Again some as other things, depends on what you want to learn, schedule, hire people for and support

 

In the end, unfortunately it really boils down to what the data is, how it will be used and WHERE will it be used to provide the value that you need.

 

Disparate system integration usually means landing it in DataLake/Storage/Synapse versus directly in Dataverse, using it to decide things, shoving rollups into Dataverse.

 

But... sorry 😞 id really need to understand as I mentioned the data

* Data

* Integration options (provided by 3rd party)

* Security etc

 

Sorry I know that didn't answer your question exactly but feel free to write back more details.

 

I also want to be clear that I am not providing what you should do, just discussing things I would think about to get to my decision if I was doing this again for Microsoft and you were their customer, or you were my customer today.


Cheers
If you like my answer, please Mark it as Resolved, and give it a thumbs up, so it can help others
Thank You
Michael Gernaey MCT | MCSE | Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey

 

D_PBI
Regular Visitor

@Admin - is there any reason to why my response to @FLMike keeps disappearing. It's twice now I've replied and both times its disappeared a minute later?

I'll add my response underneath as this post doesn't seem to disappear.
------------------------------------------------------------------------------------------------------------------------------

@FLMike thank you for your response. It's enlightening. Clearly, there are a lot of considerations.
I'm not experienced on this kind of exercise and no where near the level you have by looking at your profile. I'll attempt to respond to some of your points.

--- Volume of data.
Our data isn't large, not in comparison to the typical data size of companies. I've just been trying to find the accurate size of our Serverless SQL Pool (our Dynamics that we consume for reporting) and I'm struggling to locate it.
We're a small organisation. We have a very small I.T. dept. I'm the only data person in the company - hence this kind of thing falling on me when I'm not equipped to really be implementing it, but I you make best of the situation.
On Synapse, we only chose to use it due to Microsoft informing DES customers that Synapse is the substitute. We barely got over the line with it. However, all works. It was one of those exercises that we implement once and then never revisit. Considering the Spark object differences to the SQL I'm familiar with, it means I'm hesitant to use it.

--- Structure of data, or no structure.
It's all structured.


The more I think about this exercise the more I realise how big the project could be and the awareness of not attempting to bite of more than I can chew.
I'm thinking for an initial aim we would simply like to find a single mechanism to ingest data from different databases that are external to our domain. From there it shall be used in PBI reporting and possibly as direct feeds to Dynamics 365. I believe that will be its entire use and not just the initial use.

Bearing in mind, the Dataverse is native to Dynamics 365 and the Power Platform it hinges on, and also considering it seems relatively simple to use (per the YT videos I've seen) and my organisation is familiar with the Power Platform (its make-up, its security, etc..), it all points me to suggesting the use of Power Platform standard Dataflows to load into the Dataverse.

My below, very poor, attempt at a visual to represent the simplest uses of the data should show the possible scenarios of our data. There maybe the desire to move data from a staging table to Dynamics 365, but mostly it will be to use the data for reporting. Hopefully this narrows down your questions on what our aims are.

D_PBI_0-1694600193904.png

 

We may run into hurdles as we implement it but that's just part of the game.

I'm not looking for anything fancy but just the bare minimal to achieve our aims. If the use of Power Platform standard Dataflows into Dataverse is the subtle approach then I shall focus my attention on understanding that.

Thank you.

Morning,

 

Apologies I am literally running out for a family members surgery but will respond when I can after. I am sorry your respond can't getting removed/not saved, that stinks, but thank you for the good response. I will come back to you.

Cheers
If you like my answer, please Mark it as Resolved, and give it a thumbs up, so it can help others
Thank You
Michael Gernaey MCT | MCSE | MCP | Contractor Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey

No worries, @FLMike  No rush in responding. If you have a moment at some point to reply that'll be great.
You're doing me a favour so no need to apologise. Hopefully, I've demonstrated enough the possible scenarios our data may follow. As I'm learning towards PP Dataflows and the Dataverse, it'll be nice to know if it will be suitable for our company setup (i.e. we already use the Power Platform and Dynamics 365). If it is then I'll learn how to do it.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!   This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08  23 @WarrenBelz  31 @DBO_DV  10 @Amik  19 AmínAA 6 @mmbr1606  12 @rzuber  4 @happyume  7 @Giraldoj  3@ANB 6 (tie)   @SpongYe  6 (tie)     Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08  10@WarrenBelz 25 @DBO_DV  6@mmbr1606 14 @AmínAA 4 @Amik  12 @royg  3 @ANB  10 @AllanDeCastro  2 @SunilPashikanti  5 @Michaelfp  2 @FLMike  5 @eduardo_izzo  2   Meekou 2   @rzuber  2   @Velegandla  2     @PowerPlatform-P  2   @Micaiah  2     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27     Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8   SunilPashikanti8

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages