Hello everyone,
I'm currently facing a challenge and need some guidance.
My data is stored in Dataverse and SharePoint, and it feeds a Power BI report. I need to perform some complex operations on this data, including loops and other processes that aren't suitable for DAX and M language.
I'm considering Python for this task. Does anyone know if it's possible to run a Python script within a Dataverse database to create custom columns that I can later utilize in Power BI?
My goal is to keep everything cloud-based. I prefer not to download data into Excel, process it with local Python or VBA code, and then re-upload it to Power BI.
For instance, I want to perform simple calculations like taking an original column, applying a loop to decrement its value by 1, and simultaneously incrementing the values in three additional columns by 1 until the original column's value reaches 0.
While I'm leaning towards Python, I'm open to any solution that integrates with Microsoft's cloud services and doesn't rely on third-party platforms.
Sincerely,
Ricardo