Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
porjaiko
Frequent Visitor

Need You Help!: row Total sum % over 100%

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 % 

2020-05-13_10-09-19.png

I use measure: %Distribution = SUM(VW_ANSWER_BRNCODE_POSITION_LEG_OUTOFORDER_1344[SKUs]) / DISTINCTCOUNT(VW_ANSWER_BRNCODE_POSITION_LEG_OUTOFORDER_1344[BRN_CODE])

2020-05-13_10-01-37.png

 

 

Could you advise me about this?

Thank you

1 ACCEPTED SOLUTION
v-xuding-msft
Community Support
Community Support

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%)

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-xuding-msft
Community Support
Community Support

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%)

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@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.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.