Forum Discussion
ryan_smith_ww
5 years agoFrequent Visitor
DAX in 1st table for data in the third table. (SQL query given. Looking for Equivalent DAX)
Hi, I've got three tables in PowerBI TableA, TableB and TableC. Relationship is one-to-many in the order TableA --> TableB --> TableC. I want to have a measure in tableA that will use rows of Ta...
- 5 years ago
with the relationship, just simply use RELATEDTABLE to get rows of TableC
wdx223_Daniel
5 years agoCommunity Champion
with the relationship, just simply use RELATEDTABLE to get rows of TableC
ryan_smith_ww
5 years agoFrequent Visitor
Thanks. I got the solution using RELATEDTABLE.