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
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
Please I need guidance, what kind of formula should I use? in order to have the desired results, many thanks in advance
Solved! Go to Solution.
@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])
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...
@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])
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 |
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |