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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a data modeling issue that i can't seem to resolve. The data model is described below. What I need to do, is use the report filter to filter the results in the Matrix table.
The issue is rather simple: The filter is not working for attributes because there is no active relationship. I cannot activate a connection between Filter Table and Attributes table, because it would cause ambiguity. The usual resolution would be USERELATIONSHIP, but it doesnt seem to resolve the issue in my measure.
Twist: I need to use "TREATAS" in the table due to complexity of the entire model.
The current measure i have is:
--> This does not produce results in the matrix table. It does work, if i switch on the relationship from the attributes to filter.
Any ideas on how to make this work? Note, i absolutely must use TREATAS for the categorization.
Solved! Go to Solution.
@CarlsBerg999
Add a relationship from Categories Table to the Fact Table.
And try use the following measure with TREATAS ():
@CarlsBerg999
Add a relationship from Categories Table to the Fact Table.
And try use the following measure with TREATAS ():