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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi guys,
I am having difficulties in creating a visual that compares Actual Result with Last Year result and Target.
In the visual below i want to add a 3rd line that will show the target value:
Actual Result is calculated measure from a table with data at Day Level, that looks like this
and I have a separate table for Targets at Month Level with no relation between them:
Can you please help with a solution?
Thanks
@SilviuIL , Create a date in the target table
Date = date([year], [month],1)
or
Date = eomonth(date([year], [month],1),-1)
Join your actual and target with a date table and use that to plot time/date
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 6 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |