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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a distinct count measure sitting in a card visual which counts the number of records showing in a matrix.
This works perfectly when sliced by filters based on related table fields, however I cannot get it to work when it is sliced by a filter with a value from a disconnected table.
The measure I use to show values in a matrix when the disconnected table filter is used is
@Richard_Halsall , the value has pass to one the column of table and connected table.
example
https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/
of like
calculate([Measure], filter(Table1, Table1[Column] in values(Table2[Column]) ))
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@amitchandak Hi, please find attached a sample pbix
I am trying to get the Technician Count Unique card to show the correct number of technicians in the matrix
If you select the filters ContractType or EmployeeDesc the Technician Count Unique is correct
If you select the filter Technician Role, individually or in conjunction with the other filters, the Technician Count Unique is incorrect
It is this filter which is driven by data in a disconnected table.
The disconnected table is also used in a measure, Selected Flag, to filter the matrix
Any help in getting the TechnicianCountUnique measure working would be appreciated.