We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →Connect to Real-Time AlloyDB Data in Power Apps Using Dataflows to Build Custom Applications
Use CData Power BI Connector for AlloyDB and Dataflow to import and use AlloyDB data in Power Apps.
Power Apps is a suite of apps, services, and connectors that allows users to build custom applications with minimal or no coding. It empowers businesses to create tailored apps that solve specific business challenges, automate workflows, and integrate with various data sources, including Microsoft Dataverse, SQL Server, and third-party services.
Dataflows in Power Apps simplify the process of importing, transforming, and loading external data into Microsoft Dataverse or other storage systems. They allow users to connect to multiple data sources (like Salesforce, Excel, or SQL databases), clean or shape the data, and store it in Power Apps. When paired with the CData Power BI Connector for AlloyDB, it provides access to AlloyDB data to build custom applications and more
This article demonstrates how you can easily connect to AlloyDB using the CData Power BI Connector for AlloyDB and integrate your AlloyDB data through the Power Apps on-premises data gateway.
Configure a DSN to connect to AlloyDB data
Installing the Power BI Connector creates a DSN (data source name) called CData PBI AlloyDB Sys. This the name of the DSN that Power BI uses to request a connection to the data source. Configure the DSN by filling in the required connection properties.
You can use the Microsoft ODBC Data Source Administrator to create a new DSN or configure (and rename) an existing DSN: From the Start menu, enter "ODBC Data Sources." Ensure that you run the version of the ODBC Administrator that corresponds to the bitness of your Power BI Desktop installation (32-bit or 64-bit).
The following connection properties are usually required in order to connect to AlloyDB.
- Server: The host name or IP of the server hosting the AlloyDB database.
- User: The user which will be used to authenticate with the AlloyDB server.
- Password: The password which will be used to authenticate with the AlloyDB server.
You can also optionally set the following:
- Database: The database to connect to when connecting to the AlloyDB Server. If this is not set, the user's default database will be used.
- Port: The port of the server hosting the AlloyDB database. This property is set to 5432 by default.
Authenticating with Standard Authentication
Standard authentication (using the user/password combination supplied earlier) is the default form of authentication.
No further action is required to leverage Standard Authentication to connect.
Authenticating with pg_hba.conf Auth Schemes
There are additional methods of authentication available which must be enabled in the pg_hba.conf file on the AlloyDB server.
Find instructions about authentication setup on the AlloyDB Server here.
Authenticating with MD5 Authentication
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to md5.
Authenticating with SASL Authentication
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to scram-sha-256.
Authenticating with Kerberos
The authentication with Kerberos is initiated by AlloyDB Server when the ∏ is trying to connect to it. You should set up Kerberos on the AlloyDB Server to activate this authentication method. Once you have Kerberos authentication set up on the AlloyDB Server, see the Kerberos section of the help documentation for details on how to authenticate with Kerberos.
Configure the on-premises data gateway to recognize the CData Power BI Connector for AlloyDB
In this section, we will configure the on-premises data gateway to detect the CData Power BI Connector for AlloyDB installed on your system. If you haven't installed the data gateway yet, you can download it from Microsoft's official website.
Set Up the Power BI Gateway
Follow the given process to configure the on-premise data gateway on your machine:
- Download and install the on-premises data gateway (recommended) option.
- Sign into the gateway.
- Create a name for the new gateway and specify a recovery key.
- Open the new gateway, navigate to the Connector tab, and select the path C:\Program Files\CData\CData Power BI Connector for AlloyDB from the folder. Click on Apply.
NOTE: Select the folder where the gateway will search for the CData Power BI Connector.
- Once the CData Power BI Connector for AlloyDB is identified by the gateway, you're good to go.
Configure a dataflow connection in Power Apps
Once the on-premise data gateway is configured and a new gateway is created, follow these steps to create a dataflow that pulls in the AlloyDB data into Power Apps:
- Open Power Apps.
- Select Dataflows from the left panel on the Power Apps screen and click + New Dataflow.
- Provide a name to the dataflow and click Create.
- Select ODBC from the list of data sources.
- On the ODBC Connection settings screen, use the connection details you set up earlier by entering DSN=Connection name (in this case, DSN=CData PBI AlloyDB Sys) in the connection string. The on-premise data gateway will display available gateways for connection - select the one you created. Due to the current specifications of Power Apps dataflows, authentication is required for ODBC connections. Choose Basic as the authentication type and enter the AlloyDB Username and Password. Click Next.
- AlloyDB is now connected to Power Apps. Under Display options, expand CData under ODBC and AlloyDB under CData, and a list of all the AlloyDB tables will appear in the panel. When you select any one of these tables, a preview will appear, showing that the AlloyDB data is correctly referenced through the Power BI connector and on-premise data gateway. Next, click on Transform Data.
- On the query editing screen, if no column conversion is needed, you can skip this step and proceed by clicking on Next.
- In the Choose destination settings screen, you can select how the selected table needs to be loaded by choosing options like Load to new table, Load to existing table, and Do not load. You can also change the Table display name and description as required.
- Finally, choose how you'd like to update your data: Refresh manually or Refresh automatically. In this case, we have set it to Refresh automatically. By scheduling it to update every 45 minutes, as shown below, data will be collected and registered every 45 minutes timeframe, ensuring the most up-to-date information is always available. (You can select any timeframe based on your convenience)
- Click on Publish. The dataflow will now be created, published, and displayed as a part of the dataflow list on the Dataflows screen.
Get Started Today
At this point, you will have created a dataflow using live AlloyDB data and connected it to Power Apps. To learn more, explore the CData Power BI Connectors for Salesforce and download a free 30-day trial from the CData Power BI Connector for AlloyDB page.
Feel free to reach out to our Support Team with any questions.