Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
If you want to get the latest update time of an App, you'll need to use the REST API in Power BI, which is a viable way to do it at the moment:
Apps - Get App - REST API (Power BI Power BI REST APIs) | Microsoft Learn
This API can return the specified installed app, for example:
You can use the api in the power query to get the last update time, then create a visual with it and publish to the service, so that you can add the visual to the app.
You can get the appID in the browser url bar, just like the red box in the image below:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you want to get the latest update time of an App, you'll need to use the REST API in Power BI, which is a viable way to do it at the moment:
Apps - Get App - REST API (Power BI Power BI REST APIs) | Microsoft Learn
This API can return the specified installed app, for example:
You can use the api in the power query to get the last update time, then create a visual with it and publish to the service, so that you can add the visual to the app.
You can get the appID in the browser url bar, just like the red box in the image below:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.