Forum Discussion
Power BI embedded: load report into web control in winforms application
If the "create-embed-token" doesn't accept an expire date parameter in your link, I'm afraid you'll have to download the git sample in my previous reply and following this tutorial. Then change the code by adding an extra parameter in the sample to get a token never expires.
Eric_Zhang Thanks will take a look. Re my question on charging. Looking at charging again, this in done each time a session is generated or after an hour.
"A session is a set of interactions between an end user and a Power BI Embedded report. Each time a Power BI Embedded report is displayed to a user, a session is initiated and the subscription holder will be charged for a session. Sessions are billed at a flat rate, independent of the number of visual elements in a report or how frequently the report content is refreshed. A session ends either when the user closes the report, or one hour after the session was initiated, whichever comes first."
Is this hour tied to the report token which also lives for an hour ?
- Eric_Zhang9 years agoMicrosoft Employee
powerbi-oe wrote:
Eric_Zhang Thanks will take a look. Re my question on charging. Looking at charging again, this in done each time a session is generated or after an hour.
"A session is a set of interactions between an end user and a Power BI Embedded report. Each time a Power BI Embedded report is displayed to a user, a session is initiated and the subscription holder will be charged for a session. Sessions are billed at a flat rate, independent of the number of visual elements in a report or how frequently the report content is refreshed. A session ends either when the user closes the report, or one hour after the session was initiated, whichever comes first."
Is this hour tied to the report token which also lives for an hour ?
AFAIK, the token is independent of the session. The token is used to access the reports, it can be expired in one or more hours.