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
Anonymous
Not applicable

% Calculations using % not resulting expected values

Hi 

 

We are trying to replicate a solution that was built using Cognos in Azure/Power BI.

We have loaded all the required tables and created a data model with in Powe BI and we are using Driect Query.

We need to derive a calculation which is combinition of 4 formulas, they are used repertietly with in the final formula.

Following is the formula:

 

((100*(1-[Green Cull % (of cast)])*( 1-[1-F Pcs Cull % (of Inspect)]-Inspection[%1F Rework]))+
(100*(1-[Green Cull % (of cast)])*Inspection[%1F Rework]*(1-[1-F Pcs Cull % (of Inspect)]-Inspection[%1F Rework]))+
(100*(1-[Green Cull % (of cast)])*Inspection[%1F Rework]*[2-F Rework % (of 2-F Inspect)]*(1-[1-F Pcs Cull % (of Inspect)]-Inspection[%1F Rework]))+
(100*(1-[Green Cull % (of cast)])*Inspection[%1F Rework] * POWER([2-F Rework % (of 2-F Inspect)],2)*(1-[1-F Pcs Cull % (of Inspect)]-Inspection[%1F Rework]))+
(100*(1-[Green Cull % (of cast)])*Inspection[%1F Rework] * POWER([2-F Rework % (of 2-F Inspect)],3)*(1-[1-F Pcs Cull % (of Inspect)]-Inspection[%1F Rework]))+
(100*(1-[Green Cull % (of cast)])*Inspection[%1F Rework] * POWER([2-F Rework % (of 2-F Inspect)],4)*(1-[1-F Pcs Cull % (of Inspect)]-Inspection[%1F Rework])))/100

 

All the components of the formul give the correct results but when I combine the calcualtions in the above formula I get a huge number insted of %

 

Please let me know what I am missing here.

 

Regards

Raju

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Eric

 

The issues is now resolved, the % were done with in the calculaton its self , So I have changed the formula and used the "formatting" to represnt the % insted of calculating in the formaula.

 

Regards

Raju

View solution in original post

3 REPLIES 3
Eric_Zhang
Employee
Employee

@Anonymous

 

Your problem is vague, where did you apply the fomular, and how do you verify that the components work in Power BI desktop?

Please be more specific on the scenario, better to represent the problem by giving some sample data and a demo.

Anonymous
Not applicable

@Eric

 

The issues is now resolved, the % were done with in the calculaton its self , So I have changed the formula and used the "formatting" to represnt the % insted of calculating in the formaula.

 

Regards

Raju

@Anonymous

 

Thanks for posting back. Could you please share the correct fomula and accept it as solution to close this thread. The solution may help people who have the similar question.

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.

Top Solution Authors