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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

How to get .JSON file data as source data to Power Apps? ( .JSON file is in share point )

Hi All,

 

I need a help on below scenarios please.

 

Sceanario 1:

 

1. I have my .JSON file in sharepoint

2. I created PowerApps which is currently working with manual entry of data

3. Now what I want is, I want my Power Apps will read/get data from .JSON file from sharepoint. ( Actually only one column I needed from . JSON file as source input to Powerapps, which will be keep on changing )

4. Everytime if the data get changes in .JSON file my powerapps input also should be refreshed and get changed automatically.

 

Is that possible? Please give me a suggestion.

 

Scenario 2:

 

1. I embeded my Powerapps with Power BI. So if the data get update in powerapps my Power BI data will also updated for every refresh.

2. If I edit any table data in power apps will it be writeback to .JSON file in sharepoint?

 

Kindly help me on this. or any idea how to handle this would be more helpful.

 

Thanks,

Chitra

2 REPLIES 2
Anonymous
Not applicable

HI @Anonymous,

According to your description, I think these should more relate to powerapps usage. I'd like to suggest you post to powerapps community to get further support.

Power Apps Community - Power Platform Community (microsoft.com)

Regards,

Xiaoxin Sheng

lbendlin
Super User
Super User

As you have identified your problem is the writeback.  Having a JSON file as a data source is all nice, but writing into it is much harder. There is a JSON function in PowerApps that you can use

JSON function - Power Apps | Microsoft Docs

but it basically means that you need to ingest the entire JSON file when you start the app, store it (in a collection for example) and then write the entire JSON file back to the storage space when you make changes. 

That will likely prevent concurrent use of your app.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.