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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Return rate percentage for each company

Hi Team,

 

I have created an overall return rate for the organization , but as I have to show return rate for each company in the Organziation

The data is 

Comapnies        Returns    Sales

A                           5            35

B                           4            40

C                           6            50

 

Return data is in a different table and sales in a different table

I tried using divide function but return table is not getting populated for numerator or denominator but for sum function its coming up, hence needed help.

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @Anonymous ,

Try this:

returns % =
CALCULATE (
    DIVIDE ( [returns measure], [sales measure] ),
    ALLEXCEPT ( table, table[companies] )
)

This assumes that both returns and sales measure are connected to the companies field.










Did I answer your question? Mark my post as a solution!


Proud to be a Super User!









"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

1 REPLY 1
danextian
Super User
Super User

Hi @Anonymous ,

Try this:

returns % =
CALCULATE (
    DIVIDE ( [returns measure], [sales measure] ),
    ALLEXCEPT ( table, table[companies] )
)

This assumes that both returns and sales measure are connected to the companies field.










Did I answer your question? Mark my post as a solution!


Proud to be a Super User!









"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.