Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have Power BI embedded reports with dedicated capacity.

(我有专用的Power BI嵌入式报告。)

We now want to see usage of these.

(现在,我们想看看它们的用法。)

I'd like to be able to see how many embed tokens are generated each day.

(我希望能够看到每天生成多少个嵌入令牌。)

I can't find any details on this in the documentation or APIs.

(我在文档或API中找不到任何详细信息。)

In the standard Report usage metrics, all the stats are against a single user - because it's the website connecting to the report.

(在标准的报告使用情况指标中,所有统计信息都是针对单个用户的-因为这是连接到报告的网站。)

Does anyone know the best way to report on per-user usage of embedded reports?

(有谁知道最好的报告嵌入式用户按用户使用情况的方法?)

Thanks

(谢谢)

Michael

(麦可)

  ask by Michael translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
496 views
Welcome To Ask or Share your Answers For Others

1 Answer

Not sure if you what you want is possible.

(不知道您想要什么。)

Once you have purchased a dedicated capacity, there is no limit to how many embed tokens you can generate.

(购买专用容量后,可以生成多少个嵌入令牌没有限制。)

You could have a look at the AdditionalFeatureInfo

(您可以看看AdditionalFeatureInfo)

GET https://api.powerbi.com/v1.0/myorg/availableFeatures(featureName='{featureName}')

Returns the token generation usage (in %) from the limitation on shared capacity

(返回共享容量限制中的令牌生成使用量(以%为单位))


There is also a number of endpoints for usage of reports you could have a look at: https://docs.microsoft.com/en-us/rest/api/power-bi/reports

(您还可以查看许多使用报告的端点: https : //docs.microsoft.com/en-us/rest/api/power-bi/reports)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...