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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Naveeduddin
Frequent Visitor

Division

Hi Team,

 

How to divide Colum B by Column A but one step above like shown in below diagram?

 

Ex: Yellow / Yellow

Green/Green 

 

Naveeduddin_1-1683886237248.png

 

Regards

Naveed

 

1 ACCEPTED SOLUTION
BiNavPete
Resolver III
Resolver III

Hi @Naveeduddin 

See attached PBIX with PQ and DAX solutions. Link Here.

Both solutions work by creating an index column and looking up index -1.


Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Happy to help!!

Pete
Web: https://binavigation.com
Linked In: https://www.linkedin.com/in/pete-smith-955b73181

View solution in original post

4 REPLIES 4
Mahesh0016
Super User
Super User

@Naveeduddin 

Divison_AB =
DIVIDE (
    'Table A'[Total A],
    LOOKUPVALUE ( 'Table A'[B], 'Table A'[ID], SELECTEDVALUE ( 'Table A'[ID] ) + 1 )
)

Mahesh0016_0-1683895589394.png

@Naveeduddin Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! THANK YOU!!

Hi @Mahesh0016 , This works Thank you.

BiNavPete
Resolver III
Resolver III

Hi @Naveeduddin 

See attached PBIX with PQ and DAX solutions. Link Here.

Both solutions work by creating an index column and looking up index -1.


Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Happy to help!!

Pete
Web: https://binavigation.com
Linked In: https://www.linkedin.com/in/pete-smith-955b73181

Thank you so much @BiNavPete . This solution worked.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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