PowerApps - Create Charts based on the SharePoint List data column Values

While working with SharePoint list, I have a requirement to display bars based on one of the column data. Here are the sample data how it is in the list

Name

Amount

Cement

50000

Iron

10000

Wood

40000

Wood

70000

Labor

8000

Wood

7000

Iron

5000

Labor

9000


I have added following Formulae to get the data. 

AddColumns(GroupBy(ProductList,"Name","Grouped"),"Sum",Sum(Grouped,Amount))


After grouping the data we are able to see the data as chart as above.

Comments

Popular posts from this blog

Linksys Wireless Connection Failure

The security validation for this page is invalid. Click Back in your Web

Power Apps toPower Automate Error - The input body for trigger 'manual' of type 'Request' did not match its schema definition , the input String does not validate against the date