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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Thangavel_Raju
Frequent Visitor

Multiple conditions using cell reference in power query

Dear Friends,

 

My first message didn't go through I believe.  Hence the second message.

 

The first table is the master table.  The second is the transaction table.  The master table contains the salary slab, performance rating as exceptional, effective, competent and ineffective.  The transaction table contains the individual's ratings and basic salary.  Eg.  If someone's basic is less than 20700 and if his rating is exceptional 15% of basic, if effective 10% of basic, if competent 5% and ineffective 0% is the increment.  This has to be linked to the second table using column reference and not by hardcoding the amounts as the slabs in master will be variable.

 

Could someone help me to achieve the result please?

 

Thanks & regards.

 

Salary slabExceptionalEffectiveCompetentIn-effective

2070015%10%5%0%
2070114%9%4%0%
2900113%8%4%0%
4680112%7%3%0%
6560110%6%3%0%
844016%4%2%0%

EMP_IDNamePerformance RatingBASIC

182ESEffective100150
162MPPEffective96480
21017JREffective88620
130CREffective78310
16626SUCompetent65780
134JDEffective58060
85ESEffective48080
129RPEffective39880
206HSGCompetent30460
16567AARCompetent25790
210BBGCompetent18770
16904RSREffective16000

 

 

1 ACCEPTED SOLUTION
ImkeF
Community Champion
Community Champion

Hi @Thangavel_Raju ,
you can achieve this like so:
1) Check salary in master table and choose "Unpivot other columns"

2) Merge with transaction table on the new "Attribute"-column and the Rating column from the transaction table.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

1 REPLY 1
ImkeF
Community Champion
Community Champion

Hi @Thangavel_Raju ,
you can achieve this like so:
1) Check salary in master table and choose "Unpivot other columns"

2) Merge with transaction table on the new "Attribute"-column and the Rating column from the transaction table.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.

Top Kudoed Authors