Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello Everyone,
All my development and loading tables are made using Pyspark code. Is it possible for me to refresh my datasets individually using Pyspark to trigger my rest API's.
I did scour the internet to find it could be done using Power Shell and even Python(Not fully automated though).
Couldn't find any source implementing this using Pyspark.
Any help or informative link would be appreciated.
@amitchandak
@Greg_Deckler
@parry2k
@Cmcmahan
@Icey
@Eric_Zhang
@Anonymous - If you can invoke the Power BI REST API via Pyspark then you should be able to:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refreshdataset
@Greg_Deckler I am not able to invoke the Rest API using Pyspark. I want to know how to do that.
@Anonymous - You are going to have to ask a Pyspark forum how to invoke a REST API. Power BI's REST API is no different than any other REST API, you call a web page URL.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!