Forum Discussion
japonte109
2 years agoNew Member
Daily Target modified per range selected
Hi, I have a fixed daily target for different products, I have a column with the actual values for each day. Is there a way to have that daily target multiplied by the selected date range (date...
- 2 years ago
You could try a measure like this if you have a date table (one row per day). If three days are selected in a filter/slicer, the COUNTROWS expression would return three.
Target Measure = 100 * COUNTROWS ( 'Date' )
DataInsights
2 years agoSuper User
You could try a measure like this if you have a date table (one row per day). If three days are selected in a filter/slicer, the COUNTROWS expression would return three.
Target Measure = 100 * COUNTROWS ( 'Date' )