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 All,
Please help. When I select city and time range by slicers, I want to show two daily graphs.
however, Sales data is when it is sold, Sales target is monthly basis while temperature is daily basis. It makes complicated to set up relationship.
All the best,
Paris
Solved! Go to Solution.
Hi, @paris
You can try to create a inactive relationship between field Monthly(calendar) and field 'Date'(calenadar) :
Then use function 'userelationship' create measure 'Target(monthly)' as below:
Target(monthly) = CALCULATE(sum('Sales Target'[Target]),USERELATIONSHIP('Calendar'[Monthly],'Sales Target'[Monthly]))
The result will show as below:
Please check my sample file for more details.
Best Regards,
Community Support Team _ Eason
Hi, @paris
You can try to create a inactive relationship between field Monthly(calendar) and field 'Date'(calenadar) :
Then use function 'userelationship' create measure 'Target(monthly)' as below:
Target(monthly) = CALCULATE(sum('Sales Target'[Target]),USERELATIONSHIP('Calendar'[Monthly],'Sales Target'[Monthly]))
The result will show as below:
Please check my sample file for more details.
Best Regards,
Community Support Team _ Eason
@paris , You can use month start date or month end date(Target) and join it with date table on date
refer this video :https://www.youtube.com/watch?v=yPQ9UV37LOU
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.