Forum Discussion

MaxBell310's avatar
MaxBell310
Frequent Visitor
4 months ago
Solved

Targets/Goals best practice

Hi everyone, I have created a dashboard with multiple KPIs, such as on-time performance and failure rate. Now, I need to show actuals vs. targets for these KPIs. The issue is that the targets exist ...
  • v-priyankata's avatar
    v-priyankata
    3 months ago

    Hi MaxBell310 

    Another way to handle this, is to move the matching logic into the data model itself. You can create a small bridge (combination) table that lists all valid Origin–Destination–Product combinations and assign a key to each one. Then connect both your actuals and your targets to this table. That way, when a user makes a selection, the model naturally brings back the correct target without needing complex calculations.

    For things like Worldwide targets, you can just include those as rows in the same table and map your data accordingly in Power Query. And for the time mismatch (quarterly/annual vs weekly), you can either spread targets to a lower level or connect them using a common time key like Year or Quarter. Overall, this keeps things simpler, easier to debug, and more stable compared to merging everything or relying too much on DAX.

     

    If there are any deviations from your expectation please let us know we are happy to address.

    Thanks.