Forum Discussion
Data modeling - Actual vs Target
- 1 year ago
Try this:
For Actual Value replace with this measure: ActValue = SUM(Actual[Actual Value])
For target, use this: Target = IF( [ActValue] = BLANK(), BLANK(), MAX(Target[Target Value]))Variance : Variance = [ActValue] - [Target]
- Anonymous1 year ago
Hi PBI_37 ,
I have made changes in your source file, please check the result below:
An attachment for your reference. Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Did you try to connect your calendar.year with your target.year? In your visual, you should then use calendar.date, too.
Regards,
Oktay
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.