Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have table A and table B. They are related via the fields tableA(dayOff) and tableB(value). dayOff is a calculated column and value column is built from a calculated table B.
I tried several approaches to try to get 'value':
1)calculated column in table A: RELATED(table B[value])
I get error: the column table[value] either doesnt exist or doesnt have a relationship to any table available in the current context. Table A is the many side and table B is the one side. I can clearly see and select table[value] in the RELATED function.
2)in a measure
Solved! Go to Solution.
@richbenmintz
So from reading through forums, the issue is with mix table types and there seems to be a bug using relate when having directquery and other types of tables. Thanks.
minx(tableB, related(tableB[value])
With above syntax youre already iterating the table. So the related function is not needed. If multiple values are returned you might need an arregation.
Hi @wpf_ ,
Can you please provide some sample data?
Proud to be a Super User!
@richbenmintz
So from reading through forums, the issue is with mix table types and there seems to be a bug using relate when having directquery and other types of tables. Thanks.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 172 | |
| 107 | |
| 92 | |
| 54 | |
| 46 |