Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
12 | |
12 | |
10 | |
9 | |
9 |