Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi All,
I have an issue in understanding a fundamental of relationship.
I have a table called - FrontlineVisit. In this table I have day wise visit details of my frontline sales team to different clients. In this table some of the columns are - Name, Emp Id, ClientID, VisitDate,VisitTime,VisitDay,ClientTypeName(Retail,Wholesale,ModrenTrade), ClientType Id etc.
I have another table - ClientType. This is basically a dimTable in which I have 2 columns - ClientTypeId, ClientTYpeName
Now these 2 tables are not linked with each other.
I have a measure called - #Visit which basically is a Count fuction telling me the no of visits.
I made a visual - Name and #Visits. Both these are taken from FrontlineVisit table itself. Now if I apply a slicer of ClientTypeName from ClientType table, this slicer works on the visual.
When these tables are not linked with each other then how can a slicer from a non related table works on a visual?
Solved! Go to Solution.
@rohanjha1988 what you're describing definitely doesn't sound like the expected behavior.
I'm assuming you've already verified this, but the first thing I would double-check is that the ClientTypeName column being used in your slicer is in fact the one from ClientType table, not from FrontlineVisit.
The next thing I would verify is that the #Visit measure is indeed counting a column from FrontlineVisit, and not mistakenly one from ClientType.
The third thing I would check again is that Power BI has not "automatically detected" and created a relationship between the tables for you on the ClientTypeName column, unbeknownst to you. This can sometimes happen when a column with same name exists in multiple tables.
@rohanjha1988 what you're describing definitely doesn't sound like the expected behavior.
I'm assuming you've already verified this, but the first thing I would double-check is that the ClientTypeName column being used in your slicer is in fact the one from ClientType table, not from FrontlineVisit.
The next thing I would verify is that the #Visit measure is indeed counting a column from FrontlineVisit, and not mistakenly one from ClientType.
The third thing I would check again is that Power BI has not "automatically detected" and created a relationship between the tables for you on the ClientTypeName column, unbeknownst to you. This can sometimes happen when a column with same name exists in multiple tables.
Actually its the 3rd option. The moment i applied the slicer, it automatically detected the slicer.
User | Count |
---|---|
84 | |
73 | |
67 | |
42 | |
35 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |