Forum Discussion
narragirl85
Helper I
2 years agoCalculate and display moving 12 month Injury Frequency Rates on a dashboard
I need to show the 12-month moving LTIFR and TRIFR rates in a dashboard I already have the values calculated and the targets, but I don't know how to show that in a kpi or gauge visual Being able t...
Anonymous
2 years agoNot applicable
HI narragirl85,
It seems like you want to use slicer to achieve selector effect instead of filter effects.
For this scenario, you can create an unconnected table with date values and use this as source of filter.
Then you can write a measure formula to check the current table records and selection values to return tag and use this on 'visual level filter' to filter records within specific date ranges.
Regards,
Xiaoxin Sheng
narragirl85
Helper I
2 years agoI've used a work around for the meantime - I've just filtered the month column for the visual, but because powerbi is averaging the values I can't figure out another way to do it
I do have a separate date table that I can use - I just don't know what that formula would look like