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.
I have a calendar look-up table that is physically connected to 2 datasets
The dataset below project list and PTP contains customer number in many to many relationship. So I decide to use treatas to create a virtual relationship.
When I create a visualization, PT Revenue appears correctly when only the customer number is displayed. However, when I try to drill down to fiscal year, PT Revenue does not appear. Can anyone help me understand this?
When you use TREATAS with table that are related you are messing with/overriding the data model joins. Sometimes it is benign (no impact) but other times you are overriding the "natural" filters coming through the data model. General recommendation: Don't do it.
Is there a more efficient approach to achieve this task? I have a project list with customer numbers that recur, and I want to combine the revenue from a separate dataset that also has recurring customer numbers. The two datasets are connected through the customer number.
Are you sure the data model can't do that for you?
I could try to link the datasets by customer number, but I learned that I should avoid many-to-many relationships since only a portion of the customer numbers between the datasets are the same.
If that is the case then you can consider normalizing your data so you get clean and covering dimension tables.