Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Evaluation by Ranges of 2 different tables and that shows the value of a field, if it is true?

Good afternoon, greetings to the entire community, I am new to Power Bi and I am adapting, in this case I have 2 tables, of which
I have to evaluate certain values ​​in range, I explain myself better:

In the First Table "CAPI_LogRouteJournalTrans" I have 2 values:

a. ETHNICORIGINGID
b. EFICIENCIATRABAJADOR

that must be evaluated and compared with the "HCMETHNICORIGINCOMPLEMENT" table, the values ​​to be evaluated are 3:

a.ETHNICORIGINGID
b.FROMVALUE
C.TOVALUE
D. VALUECLASIFICATION

AT THE FIRST TABLE IT IS NECESSARY TO EVALUATE THE POINTS a AND b, COMPARE THEM WITH THE RANGES OF FROMVALUE AND TOVALUE AND ETHNICORIGINID THEN SHOW ME ACCORDING TO THE RANGE THE FIELD D. VALUECLASSIFICATION

 

Eduran15_0-1660845274802.png

Please I need guidance, what kind of formula should I use? in order to have the desired results, many thanks in advance

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You can have new column in table A

 

maxx(filter(Table2, table1[ETHNICORIGINGID]  = Table2[ETHNICORIGINGID] && table1[EFICIENCIATRABAJADOR]  >= Table2[FROMVALUE]  && table1[EFICIENCIATRABAJADOR]  <= Table2[TOVALUE]  ), Table1[VALUECLASIFICATION])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@amitchandak 

Thank you very much, I am attaching the result, honestly I am very impressed and surprised, I had been trying to do this for many days.
I did the power bi course but they didn't explain DAX to us in depth, could you please recommend a DAX course or some material that I can consult? Thank you again...

Eduran15_0-1660927364890.png

 

amitchandak
Super User
Super User

@Anonymous , You can have new column in table A

 

maxx(filter(Table2, table1[ETHNICORIGINGID]  = Table2[ETHNICORIGINGID] && table1[EFICIENCIATRABAJADOR]  >= Table2[FROMVALUE]  && table1[EFICIENCIATRABAJADOR]  <= Table2[TOVALUE]  ), Table1[VALUECLASIFICATION])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.