Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply

ROW level actions for Matrix Visualization / Power APP Integration?

Hi, 

 

I have a unique requirement for one of my clients. Basically, we are using a dashboard to capture all the incoming tickets. These tickets are currently displayed as a matrix in the dashboard. The requirement now is to see if we can introduce actions for each row of the matrix. For example let the user close a ticket on button click or select a set of rows and then perform some actions on the same. 

 

 

Jagan_MFilterIT_0-1621357258325.png

 

Is there any way to achieve this functionality? 

 

Can this be achieved by any integration options such as POWERAPPs? Any help on this or references will be of great help.

 

 

 

 

 

1 ACCEPTED SOLUTION

Hi @Jagan_MFilterIT ,

 

First, you can create a matrix kind of Visual with checkbox in PowerApps. Here is an example:

Create Grid View In PowerApps Using Blank Gallery Control - Part One (c-sharpcorner.com).

step9.JPG

 

Then based on my test, PowerApps can connect to on-premise MySQL database, but not to MYSQL DB on AWS. You may try to create a custom connector.

 

Reference:

MySQL - Connectors | Microsoft Docs;

Connector reference overview | Microsoft Docs

 

 

In addition, I am not an expert in PowerApps. If you want professional guidance, please post on Power Apps Community - Power Platform Community (microsoft.com).

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3

Thanks @Icey In PowerAPPS is it possible to construct a matrix kind of Visual with checkbox and perform CRUD operations in a MYSQL DB on AWS? 

Hi @Jagan_MFilterIT ,

 

First, you can create a matrix kind of Visual with checkbox in PowerApps. Here is an example:

Create Grid View In PowerApps Using Blank Gallery Control - Part One (c-sharpcorner.com).

step9.JPG

 

Then based on my test, PowerApps can connect to on-premise MySQL database, but not to MYSQL DB on AWS. You may try to create a custom connector.

 

Reference:

MySQL - Connectors | Microsoft Docs;

Connector reference overview | Microsoft Docs

 

 

In addition, I am not an expert in PowerApps. If you want professional guidance, please post on Power Apps Community - Power Platform Community (microsoft.com).

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Icey
Community Support
Community Support

Hi @Jagan_MFilterIT ,

 

To my knowledge, row level action for Matrix Visualization is not supported. 

 

But you can try to use Power Apps to check if it could meet your requirements.

 

For example, you can use Remove and RemoveIf functions to remove a specific record or records from a data source.

 

And if you want to recover the deleted ones, you can refer to this video: 

Learn how to recover deleted records in Power Apps with Patch and Soft Deletes - YouTube.

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors