excelpowerpivotdaxpowerviewkpi

How to create Power View report tiled by multiple KPIs?


I am trying to create a Power View report tiled by KPIs, is this possible?

An example of my raw data:

Company ID    Employee ID    Measure    numerator    denominator
1             01             1          2            5
2             04             1          3            6
3             02             1          0            5
4             03             1          1            2
1             01             2          4            4
2             04             2          2            3
2             06             2          0            6
4             01             2          1            4

I have created a calculated column in Power Pivot using the following DAX function:

RATE:=[numerator]/[denominator]

From this, I want to create KPIs for each measure (each measure has different targets), and use these KPIs as tiles in a Power View report filtered by Company ID and/or Employee ID.

Can this be done?


Solution

  • You cannot tile by KPI. You KPI has to be a measure and you cannot tile by a measure. You can tile by a calculated column or by any original field in your dataset. So you can drop RATE into a TILE BY box.

    To use the Measure column or a KPI type icon as the Tile field the best approach might be to use an image for your measure column. See more on including images in Power View here: https://support.office.com/en-ca/article/Images-in-Power-View-84e91b90-b1da-4913-83d6-beada5591fce?ui=en-US&rs=en-CA&ad=CA