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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
edavila
Helper II
Helper II

Averages

is there a way to get the average percentage of these 3 columns in the totals, I dont seem to find a way, I will like to have an average of the YOY growth %, dont know why in the total is getting the last balance of 2017

 

question.PNG

9 REPLIES 9
erik_tarnvik
Solution Specialist
Solution Specialist

There is no way to tell unless you provide the formulas and data you used to arrive at this result.

What exactly do you need to see

 

thanks for your help

What do the table(s) that are the source for your results look like? And, what formula did you use for the growth calculations?

this is the formula for the cases YOY

YOY Cs Growth % = divide([YTD Cases] - [YTD Cases Prev], [YTD Cases Prev],0)

 

for sales

YoY Growth % = DIVIDE([YTD Sales] - [YTD Sales Prev], [YTD Sales Prev],0)

 

does this help

 

BTW there is probably a way to get the totals to come out the way you want, but you would have to share the definition of all measures used in your definitions above. And any measure used in those measures and so on. 

Thanks for your help and do you need to see the pbix or how you cna help me

 

thanks

Hi @edavila,

Have you resolved your issue? If you have, welcome to share your solution, so that more people will find workaround easily.

Best Regards,
Angelia

Sure that would be ideal. If you can share through OneDrive or DropBox I'll see if I can figure it out. If you don't want to share your data with everyone on the internet, just send me a private message with the url for the data.

Yes, somewhat. The problem here is that it is not intuitively obvious what a "total" of these YoY columns actually means. From the information you have provided my assumption is that to form the total, the measures are evaluated in the context of all three years, but that still means that the YTD for those three years still evaluates to YTD for this year, and the same applies for the previous year in order to calculate the growth. In some way, this is also reasonable interpretation of what that "Total" should mean, but I understand it is not what you want. 

 

The way I would go about this is to remove the total in the table as it is hard to understand what it means anyway. If the average you want is still of value to the user, create a separate visual for that specifically that also clarifies for the user what it is exactly he or she is looking at.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors