我已经创建了一个带有按年过滤的滑块的报告。但是,客户端不希望看到未来月份的零值。我不太确定如何修改年和月筛选器,以便如果财年= ( year (current_date) then财年月数为(Current_date),我附加了几个屏幕截图。X轴上的“期间”按会计年度和会计年度月份数排序。enter image description here谢谢
发布于 2017-05-06 03:59:04
当我本应将其添加为新度量时,我正尝试将其添加为过滤器。if(会计年度和会计年度月#<=Current月) then (公司财年数据) else if(会计年度和会计年度月#>Current月) then (null) else if(会计年度Year>Current年) then (null) else if(会计年度Year
问题已解决。是啊,我。;)
https://stackoverflow.com/questions/43791939
复制相似问题