Hi all,
looking for some suggestion for following problem:
I have an SQL database for a project where i need to compare two tables where one of them is a calendar and the second one is a set of records created by users every day. I compare them user by user and end up with a final table where missing dates are shown along with the user id basically.
Now the thing is when I want to replicate this in Dataverse I simply dont know about any easy way to do this, since the final table is made by table-valued function and then created as a view in Database.
I thought that maybe some every day PowerAutomate could run and give me some table as a result but this feels cumbersome.
Do You guys have any idea how to approach this?
Thanks in advance for all Your suggestions 🙂