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
I have a small issue here that hopefully can be resolved.
Now, we have three tables:
Agent reports is supposed to be the "centralizer" that connects to all other tables. It is a summarization based on date, agent, branch and time slot.
Next we have Operational objectives. Each branch has in a specific time period certain objectives to meet. One might consider it's unique key the combination of start date, end date and branch. There are about 10 different target columns.
And last we have one of the summaries with actual data, Pickups and NRW, which has summaries on agent, pickup date, pickup branch and data for pickups and NRW sold.
What we want to do is tie the agent report table in a relationship with both of these and do a cross filter. I have made a unique join key to establish a relationship between agents and pickups, data is coming in no problem and filtered properly. Next we want to tie it to the objectives page to compare the actual data to the targets in objectives.
So far I have assigned a unique join key for each table to tie together, but the issue comes with the operation objectives one, since the key has to be calculated from it (basically it's a more complicated vlookup from op obj into agents, determining the right key based on branch and the date being between start and end date), but on wishing to establish a relationship based on that calculated key.... it does not want to because of a circular dependency.
I put the whole scenario to have a better idea of what I need. I don't want to fetch EVERY target into the agent table and it would not be right anyway since the comparisons would not be filtered right. All would be solved if that one relationship would establish with cross filter in both directions. But it only wants to filter agent report based on the objectives and not the other way around. It is a one to many from op obj to agents with single direction filter. I need it to be both.
Solved! Go to Solution.
Oh, nevermind, I found out how.
For those in the same problem, my solution is this:
When wishing to compare the value from agent score with the target in the other table I used this formula in a measure:
Oh, nevermind, I found out how.
For those in the same problem, my solution is this:
When wishing to compare the value from agent score with the target in the other table I used this formula in a measure:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
81 | |
62 | |
54 | |
41 |
User | Count |
---|---|
194 | |
106 | |
90 | |
63 | |
51 |