Forum Discussion

spudrunner's avatar
spudrunner
Frequent Visitor
2 years ago

Multiple Metric by Row

maybe fairly simple. Trying to create one visual, matrix possibly, similar to the one below. Two different measures, but need ability to add more. The #'s and %'s below are calculated measures based on other measures from the same table with different definitions. Trying to create one visual that'll allow me to have each measure and the calculated # and it's defined % on each row. 

 

 Count%
At-Screen Risk35343.98
Referral3598.49
   
 

Came close with this, but it appears this is a table and can't be filtered by my different slicers..so apparently I need to have this in a measure somehow? Any help is appreciated. Thank you.

 

Custom Table =
union(
row("Measure","At-Screen Risk","Count",[Risk_Positive_Count],"%",[At-Screen Risk Positive %]),
row("Measure","# Referral", "Count",[Referral_Count],"%",[Referral %])

)

 

 

5 Replies