Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Solved! Go to Solution.
@Anonymous
By simple divide I mean something like
DIVIDE (SUM (Rejects[Rejects]), SUM (Production[Production]))
@Anonymous
By simple divide I mean something like
DIVIDE (SUM (Rejects[Rejects]), SUM (Production[Production]))
Thank you!!!!
Hi @Anonymous
a simple DIVIDE should work but in the table visual you need to use the id from the Rejects or User Tables
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
14 | |
11 | |
10 | |
9 |