Forum Discussion

japonte109's avatar
japonte109
New Member
2 years ago
Solved

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...
  • DataInsights's avatar
    2 years ago

    japonte109,

     

    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' )