Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I am building a matrix using three direct query data sets through the oracle database. They connect using one to one relationships.
Query 1 and WORKORDER connect using work order numbers
WORKORDER and FINCNTRL connect using financial control ID's unqiue to each line
the FINCNTRL table also has project numbers (not unique) that connects to an imported excel file that has a list of projects and related data
the matrix has three rows: the system window (WORKORDER), work order number (WORKORDER), and item number (Query1)
and one column category: the project category (project listing table)
the value being calculated comes from the Query1 table, which has unit price and quantity data at the item level. Multiplying those together gives the total cost. dax for this measure is a pretty simple sumx function:
@coffjoh2004 , Avoid bi-directional joins
Prefer 1-Many joins and try to use Star schema
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.