Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi all,
I have 2 tables, table A can filter table B with a relationship.
Now I want to take value from table B to add as a new column in table A, which is of course filtered by the relationship. However it is also filtered by slicer from table B?
How could we make this possible?
All the best!
Calculated columns are only calculated during data refresh, so they don't pay any attention to slicers or filters. If you need it to be dynamic then you need to do it as a measure
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |