Hello all,
I would know if I can use Azure SQL Database or something else except SQL Server Management Studio to make queries on Dataverse datas and display the datas on PowerApps canvas ?
Many greetings.
Samuel.
Hi @Samny_98 ,
I am not really sure what you are asking here, hopefully you can clarify. You can create a connection in a Canvas Based Power App to Dataverse directly and query / show / edit information using galleries, forms, etc. Can you clarify more of what you are asking as this is supported directly already.
Hi @dpoggemann
My aim :
Many greetings.
Samuel.
Hi @Samny_98 ,
You mention "Table_Weekends is a Dataverse table on Azure SQL Database if it is possible". When you create a Dataverse environment and you would create your table like "Weekends" in the Dataverse set of tables that exist in that Dataverse environment it is actually storing this in Azure SQL behind the scenes but this is transparent to you as this is a Software-as-a-Service environment where Microsoft could actually change this if desired and it would not impact you...
In Canvas Apps you can connect to a the Dataverse tables directly. As an example, after you create your "Weekends" table in Dataverse you could choose to create a new Power App from the Home page with the "Start From" and select Dataverse. This will take you through a wizard to connect to a Dataverse table and then it will create a fully functional create-read-update-delete Power App for that table. You could use this to see how the Filter / Search capabilities work for your limiting to see Company of Microsoft, etc.
Below is an example of the App it created for me when I did this against the Accounts table in Dataverse...
Thanks but I know this (connect a Dataverse directly and use formulas on it).
I would like if it is possible :
Is Azure SQL Datable can enable me to make SQL Query on my Dataverse tables without using SQL Server Management Studio please ?
Hi @Samny_98 ,
Hopefully someone else has an idea on what you are asking here as I am not understanding the approach. Sorry my answers didn't help you.
My goal is to find a solution in order to build an app.
If I click to one line of my gallery (1st screen) , I would access to another gallery/dataTable concerning the datas of one table (2nd screen). Example : click on the 1st line -> access to the datas of my 1st table, click on the 2nd line -> access to the datas of my 2nd table...
In the first screen, I would have also the informations on a field of my table with a counter (example : if we have 3 times in my second gallery (2nd screen) the field Status = "New", I'd have a label "New" and below, the number 3 and so on..)
I tried to do this concept with formulas but I have some limits especially if I create a new record which will be inserted to my first gallery (1st screen), I won't have the label "New" with a counter automatically.
That's why, I try to use SQL request to realize the application.
Hi @Samny_98 ,
You can utilize relationships in Dataverse and utilize grids in Power Apps to accomplish. Check out this video which I hope can provide you more strategy to this.
Thanks !
User | Count |
---|---|
19 | |
15 | |
14 | |
10 | |
8 |
User | Count |
---|---|
39 | |
30 | |
22 | |
20 | |
16 |