Forum Discussion

mp390988's avatar
mp390988
Post Partisan
2 months ago
Solved

Total value missing in calculated column

Hi,   I am having an issue in getting the total value displayed in the red circle I have marked in this snapshot. A little bit of context: that last column is caclulated column. We are not allowed...
  • oussamahaimoud's avatar
    oussamahaimoud
    2 months ago

    mp390988,

     

    Calculated columns cannot respond to slicers. Full stop. No workaround, no clever DAX trick will change that. The moment you need a dynamic total that reacts to a filter/slicer, you need a measure. That's not optional, it's just how Power BI's engine works.


    Your options are:
    Push back on the "no measures" rule:

    show whoever made that decision this exact problem. The rule is likely a misunderstanding or an old policy that didn't anticipate this use case.


    Fix it at the data source:

    pre-aggregate the 12-month GBP volume per client in your SQL/dataflow before it even hits Power BI. Then it's just a plain column with no aggregation ambiguity, and slicers will work naturally.


    Live with the wrong total: hide the total row for that column specifically using visual formatting, so users never see the misleading number.


    There is no Option 4 that involves a calculated column and a correct slicer-aware total. Anyone who tells you otherwise is wrong.

     

    Hope this helps! Don't forget to accept as solution and thumbs up 👍 in order to keep helping others.

     

    Best regards,

    Oussama (Data Consultant - Expert Fabric & Power BI)