Forum Discussion
ask4atish
6 years agoAdvocate III
Summarize three table fields in one table
Hi, I want to create a table visual where data is coming from three different tables which are linked with each other on a key. Table 1: Sourceno amount A1 12 A2 85 A3 61 ...
karun_r
6 years agoMicrosoft Employee
Is it possible to do the operation equivalent to RELATED during your query pull ? If your fact table has millions of rows, what is the source from which you are pulling it from ? If it's a SQL Server or any relational DB, it might be wise to do the operation there instead of thinking of ways to do in DAX. However, please let us know if you find any suitable solution for this without RELATED()