Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
I have created a measure that allows me to see the total sales for all stores that have a rate that is not blank. This report will be focused on a region, so a slicer will decide which region will be showing. Now, I would like to divide the stores that are not blank's total sales by the total for the region. This will leave me with a percent of the of the sales that are reporting rates for each store that is reporting a rate.
Here's my first measure to get the total sales of stores that do not have a blank rate:
Store | Total Sales | Total Rate | Region |
A | 100 | .02 | 1 |
B | 150 | .04 | 1 |
C | 125 | .02 | 1 |
D | 50 | - | 1 |
E | 100 | - | 1 |
F | 200 | .07 | 2 |
G | 110 | .01 | 2 |
H | 60 | - | 2 |
I | 75 | .05 | 2 |
Just to be clear, you cannot use slicer selections in a calculated column. Calculated columns and calculated tables cannot be responsive to slicers since they are only computed once per data load.
I think I misspoke a bit in the last paragraph. I'm not looking for a calculated column, but rather using a table visual to display this data. I would want to add that measure as a field in my table visual.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.