Forum Discussion
ravimankotia
3 years agoNew Member
percentage
I need help on how to show percentage from 2 colomns in the matrix chart at the power bi using power query or any other function. See below example from MS excel - Regions A B Penetra...
DOLEARY85
Resident Rockstar
3 years agoIf you need it in power query a custom column with the below should work:
[B]/([A]+[B])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍