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! Request now

Reply
Anonymous
Not applicable

Measure % Total not correct

Im trying create a visual that dispays actual % of availability with the option to change the furture FC availability % to then calculate the projected availability over a defined 12 mth period.

 

Im using a generated series for the FC and the actuals are in a differnet table. Problem i have is that the total average % is not correct and only appears to be showing the FC % figure?

 

Appreciate some help 

 

SM4437_0-1650617747338.png

 

6 REPLIES 6
Anonymous
Not applicable

Appreciate some help with this one, i need a soution asap

Hi @Anonymous ,

 

In the Output 5 you need to have the average of the values selected above is that correct in this case would be 69.19% correct?

 

Try the following calculation:

Output 5 average = AVERAGEX(VALUES(FinCalendar[YearMonth]), [Output5])

The Table[YearMonth] must be a column on your finCalendar if you don't have it please add it.

 

If that does not work please get back to me.

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Average should be 68.93%

 

97.95 
88.25 
96.49 
96.70 
95.86 
96.6095.31
42.56 
42.56 
42.56 
42.56 
42.56 
42.56 
 68.93
Anonymous
Not applicable

Output 5 is giving me "Forecast" or "Actual" months, CRW Output 1 is giving me the % of availability, its this measure that i need to average of and its using the 2 % figures as per below

 

FC Availability % is coming froma  generated series, Actual Availability if coming from Tech Availability

 

MFelix
Super User
Super User

Hi  @Anonymous ,

 

How are you calculating the FC% is it a column or a measure?

 

Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.

If the information is sensitive please share it trough private message.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Does this help?

 

SM4437_0-1650667530441.png

 

 

CRW Output 1 = IF([FP Mth]<[Current Mth]||[FP Yr]<[Current Yr], [Tech Avail Measure],[FC Availability % Value])

 

Tech Avail Measure = AVERAGE('Scada Miner Availability (Client Agreed)'[Technical - Availability])

 

Output 5 = IF([FP Mth]<[Current Mth]||[FP Yr]<[Current Yr],"Actual","Forecast")

 

FC Availability % = GENERATESERIES(0, 1, 0.0001)

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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