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 range is altered with a Filter Slicer)

 

EX.: If the target is "100" daily, if the filter is selected for 3 days, then the Target be updated to "300".

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

     

1 Reply

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