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
Anonymous
Not applicable

Graph with SharePoint list

Hello;

 

I have a PowerApps application and I would like to make a Power Bi graph in this application.

In my application I have a SharePoint list containing homeworking requests by user.

In my application, the user can only see his requests because I have a condition that test on the name of the user and the account with which he is connected. ==> Property Visible => [IF Requester.Email = User().Email;]


I would like to have graph by user that when he clicks a button he obtains this graph : 

A graph wih on one axis the number of "homeworking days"/month and on the other axis (the months of the year) ?

The Status for the request must be approved to add day on graph (chart bars)

 

For exemple : Result for Person "XYZ" => 4 days on April, 3 days on September,... 

 

1) How is it possible to make this graph ? Send list information with Power Flows to Power Bi ?

2) How with the information is it possible to realize this graph ?

 

The List SharePoint  : 

Capture1.PNG

Thanks for your help ! 🙂

 

 

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You could get data with SharePoint list from "Get Data".

3-1.PNG

Then create a new column.

Month =
MONTH ( 'Table'[Your date column] )

Then you can use stacked column/bar chart to get the visual. Use Month column as an x-axis and use count of Month as an y-axis.

For example:
4-1.PNG

You could add a slicer to select different peaple.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

1 REPLY 1
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You could get data with SharePoint list from "Get Data".

3-1.PNG

Then create a new column.

Month =
MONTH ( 'Table'[Your date column] )

Then you can use stacked column/bar chart to get the visual. Use Month column as an x-axis and use count of Month as an y-axis.

For example:
4-1.PNG

You could add a slicer to select different peaple.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

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.