Issue linking report to PowerBI

This is what I do:

Start blank query.
Use Advanced editor

Type in the below code:

let

Source = 

Web.Page(Binary.Buffer(Web.Contents("http://www.commcarehq.org/a/crs-test/reports/configurable/597d08e87a076786e249d2168724aa6d/")))
in
Source

Then Under connection properties I set Basic authentication
Provide credentials provided.

Refresh data source.

It doesnt work. I get the authentication screen as data.

Help?

Try changing http: in https:

So turns out I needed the daily export, not the custom export.

For everyone in the future, you need to create a daily export, and link to
that.

ยทยทยท On Wednesday, July 12, 2017 at 9:48:05 AM UTC+2, Jos van der Ent wrote: > > Try changing http: in http*s*: >