Forum Discussion
Comparing values to target values
Hi everyone,
I'm trying to compare achieved lead times to target lead times. These target values come from a database and can differ per year.
My sample PBIX-file can be downloaded via the link at the bottom of this post.
DIM_Targets:
The idea is to visualize the data in the report as follows:
Blue are columns from DIM_Maintenance, 'Lead time' is a calculated column based on StartDate and EndDate.
Red are my two measures to fetch the target value from DIM_Targets, for the corresponding year of the StartDate. However, my measure picks the MAX target, so for the bottom 2 rows the targets now say 5 where they should say 4, as 4 is the target value for 2023.
'Achieved' is when Lead time <= Target value, else 'Not achieved'.
Model:
2 questions:
1) The targets could be used for DIM_Maintenance and DIM_Customer. Is this model a good setup for using targets?
2) How to show the right target value (Target ID = T1) in the 'Target (days)' column? In such a way that the calculated column or measure can also be used in a slicer, to filter e.g. only 'Achieved'.
Please find my sample PBIX-file here:
https://we.tl/t-OpIWrDl1hS
Thanks!
4 Replies
- lbendlinSuper User
Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523- GKJARCResolver I
Thank you for your suggestion. I now added a link to the sample file at the bottom of my initial post.
- lbendlinSuper User
Here is the measure used as a visual filter
I also modified the data model a bit. Targets are not really a dimension table, at least how I understand your business premise.