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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

New mesure error DIVIDE

Hello

Maybe is a noob question, but I'm using a star model like this to create a table, and now I need to divide two values of different tables that are not related directly. And I don't know what kind of formula to use.

I know that I can't use RELATED, there is a way to do this keeping my model.

by id [ (rejects)/(production) ] * 100

LuisCC28_0-1650908852005.png

 

LuisCC28_1-1650908875740.png

 

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

@Anonymous 

By simple divide I mean something like

DIVIDE (SUM (Rejects[Rejects]), SUM (Production[Production]))

View solution in original post

3 REPLIES 3
tamerj1
Super User
Super User

@Anonymous 

By simple divide I mean something like

DIVIDE (SUM (Rejects[Rejects]), SUM (Production[Production]))

Anonymous
Not applicable

Thank you!!!!

tamerj1
Super User
Super User

Hi @Anonymous 

a simple DIVIDE should work but in the table visual you need to use the id from the Rejects or User Tables

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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