Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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".
Solved! Go to Solution.
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' )
Proud to be a Super 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' )
Proud to be a Super User!
User | Count |
---|---|
17 | |
17 | |
15 | |
13 | |
12 |
User | Count |
---|---|
10 | |
8 | |
8 | |
7 | |
6 |