March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello! I've seen a number of postings around this and they have gotten me 90% of the way there. Undoubtedly I am just mising something simple.
I have a table of board members (Member Table). In order to limit the amount of data shown, I want the Point of Contact for that board (Board Table) and the Contact if they are flagged (Member Table) to appear in a tooltip. I created a custom tooltip and it works great for the Flagged Contact in the Member table. As I scroll over each row, it changes the name of the contact if it is flagged. However, the Point of Contact for that Board does not... in the example it always remains Mark Sanders. The two tables are connected via BoardID, so I am unsure what I am missing. THANK YOU!
Board | BoardID | PointofContact |
Board 1 | 1.1 | Sally Jones |
Board 2 | 2.1 | Mark Sanders |
Board 3 | 3.1 | Terri Moreau |
First Name | Last Name | Board | BoardID | MemberID | Flagged | FlagPoC |
George | Smith | Board 1 | 1.1 | 1 | FALSE | |
Mary | Jones | Board 2 | 2.1 | 2 | TRUE | Anne Hathaway |
Anush | Patel | Board 1 | 1.1 | 3 | FALSE | |
Vladimir | Ivanov | Board 3 | 3.1 | 4 | TRUE | Ryan Reynolds |
Gabriel | Mercier | Board 2 | 2.1 | 5 | TRUE | Jennifer Garner |
Amanda | Bridgerton | Board 1 | 1.1 | 6 | TRUE | Helen Mirren |
Solved! Go to Solution.
Hi @Jukie ,
Being this a 1 to many relationship the columns from the one table must always be used on the visualization so that the correct filter is applied.
I believe that in yoiur case you are using the Board from the Second table instead of the first one and that gives you the incorrect result:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Jukie ,
Being this a 1 to many relationship the columns from the one table must always be used on the visualization so that the correct filter is applied.
I believe that in yoiur case you are using the Board from the Second table instead of the first one and that gives you the incorrect result:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@MFelix Thank you very much! That does indeed solve the issue in the test data. I'm still struggling with it in my actual data which is a little more complicated, but it gives me a place to start and a reason for the issue! I appreciate your time and the explanation as to why it was not working. Very helpful!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
128 | |
90 | |
75 | |
56 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |