【问题标题】:How to filter embedded Power BI Report on MS Dynamics Customer Portal如何筛选 MS Dynamics 客户门户上的嵌入式 Power BI 报表
【发布时间】:2019-07-15 10:37:11
【问题描述】:

我正在尝试在 MS 动态客户门户上使用液体标签动态过滤我的嵌入式 Power BI 报告。

我已将身份验证类型从“powerbiembedded”更改为“AAD”,过滤按预期工作。以及删除和添加与符号,即“&”

{% capture pbi_path %} https://app.powerbi.com/groups/GUID/reports/GUID/ReportSection?&$filter=accounts/name+eq+ '{{user.parentcustomerid.name}}' {% endcapture %}
{% powerbi authentication_type:"powerbiembedded" path:pbi_path %}

我希望过滤能够像验证类型为“AAD”时那样工作,即显示和过滤报告。但是,所发生的只是报告在没有过滤的情况下显示。

【问题讨论】:

  • 检查过滤窗格 - 是否有过滤器无效的错误?
  • @AndreyNikolov 没有错误

标签: powerbi liquid adxstudio-portals


【解决方案1】:

只需删除 &$

所以你的代码应该是:

{% 捕获 pbi_path %} https://app.powerbi.com/groups/GUID/reports/GUID/ReportSection?filter=accounts/name+eq+ '{{user.parentcustomerid.name}}' {% endcapture %} {% powerbi authentication_type:"powerbiembedded" path:pbi_path %}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-03-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多