Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powerbi 将URL筛选器传递给Power BI中的API调用_Powerbi_Dynamics Business Central - Fatal编程技术网

Powerbi 将URL筛选器传递给Power BI中的API调用

Powerbi 将URL筛选器传递给Power BI中的API调用,powerbi,dynamics-business-central,Powerbi,Dynamics Business Central,我正在使用Dynamics Business Central API在Power BI中构建损益表报告。这里是示例页面的链接 我能够在PBI上显示图表,但我需要将会计年度从网页传递到power bi,这是通过添加URL过滤器完成的,如&$filter=Current/dateFilter eq 2019-09-01,其中Current是PBI中表的名称,dateFilter是列 现在我想把这个日期传递给API调用,这样只有与特定日期相关的数据才会显示出来。现在api调用正在获取当前日期

我正在使用Dynamics Business Central API在Power BI中构建损益表报告。这里是示例页面的链接

我能够在PBI上显示图表,但我需要将会计年度从网页传递到power bi,这是通过添加URL过滤器完成的,如&$filter=Current/dateFilter eq 2019-09-01,其中Current是PBI中表的名称,dateFilter是列

现在我想把这个日期传递给API调用,这样只有与特定日期相关的数据才会显示出来。现在api调用正在获取当前日期