Skip to content

Commit b567644

Browse files
Merge pull request #89306 from changeworld/patch-63
Fix typo
2 parents 205c87c + 792d04d commit b567644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/power-bi-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Datetime | String | String | Datetime | String
7171
## Limitations and best practices
7272
Currently, Power BI can be called roughly once per second. Streaming visuals support packets of 15 KB. Beyond that, streaming visuals fail (but push continues to work). Because of these limitations, Power BI lends itself most naturally to cases where Azure Stream Analytics does a significant data load reduction. We recommend using a Tumbling window or Hopping window to ensure that data push is at most one push per second, and that your query lands within the throughput requirements.
7373

74-
For more info on output batch size, see [Power BI Rest API limits](/power-bi/developer/automation/api-rest-api-limitations).
74+
For more info on output batch size, see [Power BI REST API limits](/power-bi/developer/automation/api-rest-api-limitations).
7575

7676
## Next steps
7777

0 commit comments

Comments
 (0)