Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi all,
I have tried to create a Lookup between two tables. What I am trying to do is to determine what is the max amount of days that a project can take based on the SLA table. This SLA has a variety of critera: Wordcount, service needed, department and type of material. I have odd results and only one of the max SLA get populated, the rest they do not seem to be matched, anyone would know why?
Solved! Go to Solution.
Hi, @margheritamart
You can try the following methods.
Column:
Max SLA = CALCULATE(MAX('SLA table'[Max SLA]),
FILTER('SLA table',[Department]=EARLIER('WordCountSummary per language'[Department])
                 &&[Service needed]=EARLIER('WordCountSummary per language'[Service type])
                 &&[Wordcount bands]=EARLIER('WordCountSummary per language'[Word Count Bands SLA])
                 &&[Document type]=EARLIER('WordCountSummary per language'[Material type])))If this does not solve your problem, please provide more data.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @margheritamart
You can try the following methods.
Column:
Max SLA = CALCULATE(MAX('SLA table'[Max SLA]),
FILTER('SLA table',[Department]=EARLIER('WordCountSummary per language'[Department])
                 &&[Service needed]=EARLIER('WordCountSummary per language'[Service type])
                 &&[Wordcount bands]=EARLIER('WordCountSummary per language'[Word Count Bands SLA])
                 &&[Document type]=EARLIER('WordCountSummary per language'[Material type])))If this does not solve your problem, please provide more data.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks you Charlotte, it worked 🙂
please share sample data. and confrim whether all of the criteria has to match or any of the to be matched.
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 13 | |
| 11 | |
| 10 | |
| 9 |