Heroku PBI JSON Data Pull Stopped Working - json

Found Answer on Heroku After Further Searching**
I am working on a Nightscout project which gives free assistance to people with diabetes with technology. We utilize the Heroku "Free Service," in which I'm creating a Power BI analytics report to review their glucose trends and closed-loop insulin pump delivery parameter.
I am encountering the issue that the PBI JSON data pulls stopped working, but the app is working fine, collecting the new data and displaying everything fine online. And my question is there a data export cap for the Free Service? If so, what is it, and when does it reset, since there isn't a monthly billing cycle when free? Thx!

Related

How to submit new app updates in the published app in Partner Center / Microsoft Store?

I have an MSI installer to submit it in the Partner Center or Microsoft store. I converted my MSI installer into MSIX package format using the MSIX packaging tool.
I had already an idea of how to publish my app in the MS store using this reference: https://www.advancedinstaller.com/msix-publish-microsoft-store.html
However, there's a question that comes to my mind. Once I published my application in the MS store and
What if I have new updates in my app, what are the steps how to do that?
I did some research most of the results have something to do with source code.
My preferred approach is to update the app without coding configurations.
The submission process is managed through the Microsoft Partner Center dashboard, which is a web portal that allows developers to publish applications, and manage the updates of the application to allow keeping the app up to date automatically.
Once you submit updates to a published application, the updated packages will be available on average about two hours after submission (though this can sometimes take longer, especially with larger packages). Price, screenshot, or description changes take on average 16 hours to go live. Customers will receive the updated package the next time their device looks for updates, if (automatic app updates) are turned on,
or when they trigger the update by proceeding to the Windows Store and choosing (Check for updates) on the downloads. By default, automatic updates are turned on in the Microsoft Store, so users will always use the latest version of your application.
References:
MSIX Auto Updates https://www.advancedinstaller.com/msix-auto-updates.html
Update a public app https://blogs.windows.com/windowsdeveloper/2016/05/13/publish-or-update-a-public-app-dev-center-tip-1/
Mandatory updates https://learn.microsoft.com/en-us/windows/uwp/packaging/self-install-package-updates#mandatory-package-updates
Upload app packages https://learn.microsoft.com/en-us/windows/uwp/publish/upload-app-packages

Capturing capacity planning in tfs 2017 to powerBI

I am building TFS dashboard using PowerBI where I want to capture multiple things like sprint planning, velocity... etc. I was able to get all the data from warehouse database but only data which was I was not able to find is capacity planning.
Can anyone tell me from where we can fetch capacity planning..?
Thanks in advance.
It's not able to do this directly between TFS/Azure DevOps Server and PowerBI.
You could take a look at similar question below:
Is it possible to connect Azure sprint capacity data into
PowerBI?
Retrieve user capacity for an iteration with ODATA
Instead, you may have to use Rest API Capacities - Get to get a team member's capacity.

How to develop a connection for Power BI service to large AWS MySQL?

I recently discovered Power BI as part of our Office 365 subscription so am very new to it.
We have a MySQL database with about 5 million rows in AWS. I want to add this as a data source to our Office 365/Power BI service.
How to do this?
I see there is no content pack service that allows me to do this.
According to this SO question and answer, there is no direct way to do this: How to connect POWER BI web with AW mysql database?.
I also looked at using a Power BI Gateway to achieve this. There are two types: Personal and On-Premises. We don't have any Windows Servers, so this leaves the Personal option: https://powerbi.microsoft.com/en-us/documentation/powerbi-personal-gateway/
For Personal, the documentation at that link says "A personal gateway is not required in order to refresh datasets that get data only from an online data source" which is a little confusing given that this seems to be the only option for connecting to my online data source (maybe this document meant to say "from a supported online data source"?). It seems that I install this on a local machine in our office, connect to my AWS MySQL database, query/model on my desktop, then upload my results to our Power BI Service for the rest of our company to access. I schedule refreshes using the Personal Gateway. Is this correct? I hope this does not involve the transfer of millions of rows to/from desktop and/or Power BI Service?
p.s. I also considered developing something similar to the content packs that are provided for GitHub, Google Analytics, MailChimp, etc but there doesn't seem to be a "private" way to do these. Doing it this way seems to involve becoming a Certified Azure Developer (even though there is no Azure in this problem) and then making the solution public (which I obviously don't want to do): https://azure.microsoft.com/marketplace/programs/certified/apply/. If there is a way to develop my own "private" solution without the certification and publication process, I would consider that.
I would tackle this through Power BI Desktop. You will need a windows machine to install this on, and it will need the MySQL Connectors installed, ref:
https://stackoverflow.com/a/32746679/1787137
Then I would develop and publish your queries, datasets and reports using PBI Desktop.
Finally I would configure PBI Personal Gateway to schedule refresh of the published report datasets.
5m rows is not trivial but quite possible in this scenario. You will likely only need a selection of your tables and columns, that have analytical value.

Pentaho scheduled PDF reporting

I am quite new in Pentaho and don't seem to understand some basics. My company has a MySQL database (readable) with which we want to print reports daily and annually for the employees to access. I have been looking at tools such as Jaspersoft. But I also stumbled upon Pentaho which has nice reviews. Nevertheless, I installed "Pentaho Report Designer" but didn't manage to do scheduled PDF printing jobs. I saw that for this I have to download the whole Suite (which is quite huge). Does anybody have a solution - is it possible to download only the User Console and the reporting tool? I searched for a while on Google but didn't manage to find the answer. Thanks
Nevermind - I didn't look carefully enough. By downloading the community edition , I can chose directly which modules I want and schedule tasks through the server with the user access panel.

Web Intelligence report scheduled as a CSV generates a WID

We are running Business Objects XI 3.1 Service Pack 3 and are experiencing an issue scheduling files as a CSV.
Although all the relevant options are set when scheduling to disk or via email, the report is delivered as a .WID instead.
Does anyone have a fix for this, or can confirm that it is fixed in version 4?
Many thanks in advance.