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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a table visual that is assembled from other tables with relation.
Where Balance and 6 Monts are Measures from different tables.
The Type column is dynamic measure generated from Balance and 6 Months.
It is possible to generate a dynamic filter of the column 'Type' where in the display I filter by that value and the Table view shows only the records of the selected filter.
Thanks in advance.
Solved! Go to Solution.
Hi, @Anonymous
You can try the following methods. Add this table new.
Measure = IF(SELECTEDVALUE('Filter'[Filter])=[Type],1,0)
Put Measure in the filter of the view you want to filter and set it to equal 1.
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
You can try the following methods. Add this table new.
Measure = IF(SELECTEDVALUE('Filter'[Filter])=[Type],1,0)
Put Measure in the filter of the view you want to filter and set it to equal 1.
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous Sounds like a Complex Selector - The Complex Selector - Microsoft Power BI Community
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 7 | |
| 7 |