简体   繁体   English

Azure 上带有仪表板的计算机视觉应用程序

[英]Computer Vision App with Dashboard on Azure

I am trying to integrate detection model into azure dashboards (dashboard or power bi).我正在尝试将检测 model 集成到 azure 仪表板(仪表板或电源 bi)中。 I would like to hear from you the best practices or advices if any did something link this.我想听听你的最佳实践或建议,如果有任何东西链接这个。 [maybe recommendation for a different tools and then integrate them into azure]. [也许建议使用不同的工具,然后将它们集成到 azure 中]。

Please note that I am new to azure.请注意,我是 azure 的新手。

• To improve the security, performance, and user experience of detection model integration in Power BI, please ensure the following steps while implementing the computer vision app integration: - • 为提高Power BI 中检测model 集成的安全性、性能和用户体验,请在实施计算机视觉应用集成时确保以下步骤:-

  1. Enable Row-Level Security启用行级安全性
  2. Use certified custom visuals使用经过认证的自定义视觉效果
  3. Categorize report data by business impact按业务影响对报告数据进行分类
  4. Limit the number of visuals in dashboards and reports限制仪表板和报告中的视觉对象数量
  5. Remove unnecessary interactions between visuals删除视觉之间不必要的交互
  6. Use on-premises data gateway instead of Personal Gateway使用本地数据网关而不是个人网关
  7. Use separate gateways for Power BI service live connection and scheduled data refresh为 Power BI 服务实时连接和计划的数据刷新使用单独的网关
  8. Test custom visual performance before use使用前测试自定义视觉性能
  9. Limit complex measures and aggregations in data models限制数据模型中的复杂度量和聚合
  10. Use Star schema instead of Snowflake schema when possible尽可能使用星型模式而不是雪花模式
  11. Use slicers sparingly谨慎使用切片机
  12. Ensure reports and data sources are in the same region确保报告和数据源位于同一区域
  13. Import only necessary fields and tables instead of entire data sets仅导入必要的字段和表格,而不是整个数据集
  14. Use templates (.PBIT files) to speed up and standardize report development instead of starting with an empty.PBIX file使用模板(.PBIT 文件)来加速和标准化报告开发,而不是从一个空的.PBIX 文件开始
  15. Reduce queries减少查询
  16. Avoid bi-directional and many-to-many relationships against high cardinality columns避免针对高基数列的双向和多对多关系
  17. Avoid using floating point data types避免使用浮点数据类型
  18. Replace the auto-generated date table with a custom date table in your model将自动生成的日期表替换为 model 中的自定义日期表
  19. Set IsAvailableinMdx to false on non-attribute columns在非属性列上将 IsAvailableinMdx 设置为 false
  20. Reduce the amount of data loaded on page load减少页面加载时加载的数据量
  21. Use report backgrounds for static images为 static 图像使用报表背景
  22. Ensure the cache update frequency aligns with the data source refresh frequency确保缓存更新频率与数据源刷新频率一致
  23. Ensure the cache update frequency aligns with the data source refresh frequency确保缓存更新频率与数据源刷新频率一致
  24. Shorten numbers and use tooltips to provide more information on visuals and metrics缩短数字并使用工具提示提供有关视觉效果和指标的更多信息
  25. Use names that are meaningful to users使用对用户有意义的名称
  26. Allow users to personalize visuals in a report允许用户个性化报表中的视觉效果
  27. Avoid scrolls within the visual and on page避免在视觉范围内和页面上滚动
  28. Use drillthrough buttons instead of expecting users to right-click on data points使用钻取按钮而不是期望用户右键单击数据点

Please refer the below documentation links for more details: -有关详细信息,请参阅以下文档链接:-

https://docs.microsoft.com/en-us/power-bi/create-reports/deployment-pipelines-best-practices https://docs.microsoft.com/en-us/power-bi/create-reports/deployment-pipelines-best-practices

https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-performance-best-practices https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-performance-best-practices

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM