是/否功率百分比

时间:2018-01-10 15:00:20

标签: powerbi

我有一个记录表,其中每条记录都有1)唯一提交号和第2列工具指标,根据是否具有“是”或“否”值有任何工具关联或没有工具和第三列是3)工具类型:进一步指示该工具类型是Rater还是Walkaway或No工具关联。最后一栏4)是生效年份

我有四列如下:

Column 1: list of submission numbers ( this is like a valid file id, for each record in the table)

Column 2 is visualized as slicer :

 Tool indicator = "Yes" or "No" (Yes&No are the values of the column)

Column 3 is visualized as slicer : 

 Tool Type : "Rater" or "Walkaway" or "Null" (null means there is no tool associated with the account)

Column 4 : Effective year 

我希望找到Rater和walkaway工具的总百分比,分别与提交的总数和选定的生效日期相对应。关于如何实现这一点的任何想法都是条形图,每个条形图上都有百分比卡片。

enter image description here

1 个答案:

答案 0 :(得分:0)

我认为没有必要进行任何计算。

我只想使用visual:100%堆积柱形图,并设置Axis = Year,Legend = Tool_desc,Value = Submission Number(设置为Count聚合)。