Adventures with Dataverse: Virtual Tables and Look Up Columns

Recently, I was playing around with Dataverse and Virtual Tables, specifically with the AdventureWorksLT database in Azure SQL. Note, you can easily import this data by creating a new SQL Database in Azure. In the AdventureWorksLT database there is a table called SalesLT.SalesOrderHeader that has a foreign key relationship to two other tables, SalesLT.Customer and…

Adventures with Power Automate: Power BI Connector, Scorecards and Goals

A customer of mine was struggling with retrieving Goals from a Power BI Scorecard using Power Automate and the Power BI Connector, it kept generating the error! 😤 This is the error message. The given key was not present in the dictionary. function: ProjectGoalValueAggregations last line: 11 I wanted to see I could replicate the…

Adventures with Power Platform: My First Deployment with GitHub Actions

I have deployed Power Platform solutions with the in-product Power Platform Pipelines, now I wanted to try it with GitHub Actions. I created a Solution called ALM 2 Solution, real sophisticated name. 😄 My Solution includes these components: The Flow ALM 2 Environment Variable List (Power Apps) uses the Connection Reference ALM 2 Dataverse Connection…