Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Need You Help!: row Total sum % over 100%, It's mistake.
I need show total = 100%
Formula: [Store Active] / [Total Store Visit]
and convert to %
I use measure: %Distribution = SUM(VW_ANSWER_BRNCODE_POSITION_LEG_OUTOFORDER_1344[SKUs]) / DISTINCTCOUNT(VW_ANSWER_BRNCODE_POSITION_LEG_OUTOFORDER_1344[BRN_CODE])
Thank you
Solved! Go to Solution.
Hi @porjaiko ,
The formula is calculating division of [Store Active] and [Total Store Visit]. So the grand total is calculating as well.
141189 / 6519 ≈ 21.6581 (2165.81%)
Hi @porjaiko ,
The formula is calculating division of [Store Active] and [Total Store Visit]. So the grand total is calculating as well.
141189 / 6519 ≈ 21.6581 (2165.81%)
@porjaiko , looking at % , it does not look like it will sum up to 100%. The formula has an issue. Can not tell without looking at data
May be
%Distribution = DISTINCTCOUNT(VW_ANSWER_BRNCODE_POSITION_LEG_OUTOFORDER_1344[SKUs]) / DISTINCTCOUNT(VW_ANSWER_BRNCODE_POSITION_LEG_OUTOFORDER_1344[BRN_CODE])
Can you share sample data and sample output.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 48 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 118 | |
| 117 | |
| 38 | |
| 36 | |
| 27 |