Forum Discussion
ISINSCOPE and missing totals
- 1 month ago
Hi masplin,
Thank you for reaching out to Microsoft Fabric Community.
Here the issue is that the grand total is also evaluated against the filter condition. At the total level the measure returns the overall average (2.6), which is outside your selected range (4-4.5), so the measure returns blank.
To resolve this, handle the grand total separately instead of applying the same IF logic used for individual LA rows. Recalculate the total using only the LA’s that meet the selected rank range and the same approach applies to the No Sites measure also.
Thanks and regards,
Anjan Kumar Chippa
Hi masplin,
Thank you for reaching out to Microsoft Fabric Community.
Here the issue is that the grand total is also evaluated against the filter condition. At the total level the measure returns the overall average (2.6), which is outside your selected range (4-4.5), so the measure returns blank.
To resolve this, handle the grand total separately instead of applying the same IF logic used for individual LA rows. Recalculate the total using only the LA’s that meet the selected rank range and the same approach applies to the No Sites measure also.
Thanks and regards,
Anjan Kumar Chippa