I have a strange issue in PowerBI, and I'm wondering if there is a workaround. The problem seems simple, but maybe one of you geniuses can explain.
I have a table that displays Current Sales Forecasts, and Selected Sales Forecasts, and a slicer which impacts this table, called Quarter. Quarter contains "Current Version", and historical "versions" of sales forecasts.
Current Sales Forecasts should ALWAYS display the "Current Version Forecasts", and never change amounts, regardless of the Quarter slicer. So I've calculated it like this:
Current Sales = CALCULATE(SUM(Sheet1[Sales]), Sheet1[Quarter] = "Current Version")
If I select Quarter = "Historical Version P9" in my slicer, as seen below, -0.4 is correct. However, there are missing Promotions and the lower level values do not roll up to -0.4.
If I select "Current Version" in my slicer, NOW all of the promotions roll up. I always want these promotions to appear, though, since the Current Sales slicer needs to roll up correctly. Is there a way to do this in PowerBI?
Thanks everyone for your help!