Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Columns not calculating correctly - Filter issue?

Hi everyone,   I have an issue where a table isn't calculating correctly:         As you can tell by the above screenshot, the figures in "Left in Budget" are currently incorrect, one sh...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

    Based on your description, I have created some examples for you to solve your problem. Here are a few steps and notes to help solve this problem.

     

    Sample data:

     

    1. Add a measure. Ensure that "Left in Budget" is using a measure, if it is using a calculated column it will not dynamically update based on the filter context.

    Left in Budget = 
    SUM('Table'[Current PO]) - SUM('Table'[Chargeable Time Logged])
    

    2. Add a DateTable to create a relationship with your data dates. Incorrect or missing relationships may cause the filter not to apply as expected.

    Final output:

     

    How to Get Your Question Answered Quickly - Microsoft Fabric Community

    If it does not help, please provide more details with your desired out put and pbix file without privacy information.

     

    Best Regards,

    Ada Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.