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
amitchandak
Super User
5 years agoryan_smith_ww , Please share relationship digram, based on that I suggest
ryan_smith_ww
5 years agoFrequent Visitor