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 community !
First of all, please see my screenshots to understand the meaning of my question 🙂
I don't understand why the red site filter (coming from SQL_MonthlyDowntimes) is not working on the blue comment (comming from SQL_TechnicalReportingCom...)
This is only working only if I add a new filter with the green site coming from the same table (SQL_TechnicalReportingCom...) which is obviously not a good solution because this filter is already available on my report !
I don't understand why I encounter this issue as per I defined "Site" as the key fiels between my two tables.
Very strange as well : we can see on the toast window that the filter is apparently applied on this table too ...
Thanks in advance for your help !
Solved! Go to Solution.
Hello toenzoperelli ,
According to the information you provided, there are the following suggestions:
1. The red site filter field you use comes from the sql_MonthlyDowntimes to filter the sql_TechnicalReporting.
2. And the relationship diagram you gave is the one-to-many relationship between the sql_Sitelist table and the sql_TechnicalReporting.
3. So you place the slicer field in the wrong table, you should use the Site field in the table sql_Sitelist.
Best regards
Liu Yang
If this post helps,then consider Accepting it as the solution to help other members find it faster.
Hello toenzoperelli ,
According to the information you provided, there are the following suggestions:
1. The red site filter field you use comes from the sql_MonthlyDowntimes to filter the sql_TechnicalReporting.
2. And the relationship diagram you gave is the one-to-many relationship between the sql_Sitelist table and the sql_TechnicalReporting.
3. So you place the slicer field in the wrong table, you should use the Site field in the table sql_Sitelist.
Best regards
Liu Yang
If this post helps,then consider Accepting it as the solution to help other members find it faster.
No one ?