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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
girishtharwani2
Helper II
Helper II

Logic app support of ADF Fabric

Hi,

In an ADF pipeline, I use a Logic App to refresh a Power BI report via API. However, we are unable to replicate the same functionality in Fabric ADF.

Could you confirm if Logic Apps are supported in Fabric ADF? If not, what are the possible alternatives?

Thanks,
Girish

 

@PowerBI @Fabric 

1 ACCEPTED SOLUTION
govindarajan_d
Super User
Super User

Hi @girishtharwani2,

 

Do you use LogicApps to refresh Semantic Model or Report? (I don't think there is REST API for refreshing reports). In Fabric, you can use 'Refresh Semantic Model' activity and entirely eliminate the Logic Apps. 

 

And you use Web activity to call the Logic Apps in ADF right? Fabric can be used for the same. But using the above mentioned activity would be much simpler.

 

Reference:

https://learn.microsoft.com/en-us/fabric/data-factory/semantic-model-refresh-activity

View solution in original post

3 REPLIES 3
v-ssriganesh
Community Support
Community Support

Hi @girishtharwani2,

May I ask if you have resolved this issue? If so, please mark the helpful reply and Accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

nilendraFabric
Super User
Super User

@girishtharwani2 

Azure Logic Apps are not currently supported directly within Microsoft Fabric's Data Factory (Fabric ADF).

try using web activity in Fabric to interact with external APIs. You can leverage the Power BI REST API to refresh datasets or reports directly from a Fabric pipeline.
Configure the activity to make a POST request to the Power BI REST API endpoint for dataset refresh (https://api.powerbi.com/v1.0/myorg/groups/{workspaceId}/datasets/{datasetId}/refreshes)



govindarajan_d
Super User
Super User

Hi @girishtharwani2,

 

Do you use LogicApps to refresh Semantic Model or Report? (I don't think there is REST API for refreshing reports). In Fabric, you can use 'Refresh Semantic Model' activity and entirely eliminate the Logic Apps. 

 

And you use Web activity to call the Logic Apps in ADF right? Fabric can be used for the same. But using the above mentioned activity would be much simpler.

 

Reference:

https://learn.microsoft.com/en-us/fabric/data-factory/semantic-model-refresh-activity

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Fabric Update Carousel

Fabric Monthly Update - September 2025

Check out the September 2025 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors