Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Community,
Having not much experience with DAX I am having trouble with the following;
Below are my sample tables, their relationships and the values
I would like to be able to multiply the "Raw Data" in the data table by the "Weightings" in the weightings table.
Should this be a measure or calculated column?
Do I need to create an additional table in modeling to do this?
Any help would be much appreciated!!
Solved! Go to Solution.
Hi @Anonymous ,
I dont think you need any additional table.
There is already a relationships between these two tables.
You can use either a quick measure , measure or calculated column for this :
1. Quick Measure
2. DAX measure
Measure = Sumx('Data Table','Data Table'[Raw Data]*related(weightings[weightings]))3. calculated column
Column = 'Data Table'[Raw Data]*RELATED(weightings[weightings])
the answers is going to be the same.
Look at my output.
let me know for any question.
Thanks,
Tejaswi
Hi @Anonymous ,
I dont think you need any additional table.
There is already a relationships between these two tables.
You can use either a quick measure , measure or calculated column for this :
1. Quick Measure
2. DAX measure
Measure = Sumx('Data Table','Data Table'[Raw Data]*related(weightings[weightings]))3. calculated column
Column = 'Data Table'[Raw Data]*RELATED(weightings[weightings])
the answers is going to be the same.
Look at my output.
let me know for any question.
Thanks,
Tejaswi
@Anonymous
This works as I need thanks!
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 64 | |
| 58 | |
| 31 | |
| 25 | |
| 25 |