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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
arvindyadav
Post Partisan
Post Partisan

how to find % contribution daily basis on account level in power bi

Hi Team,

 

I have 15days stats with me. I know how to find % contribution on daily basis. But I want % contribution based on daily total on a vertical basis.

 

 

Vertical.PNG

Here If you see in the image I have 8 vertical so I want how much % contribution made by each vertical in a particular day.

Suppose on the date of 14th Dec vertical -Health made 20720.75 and the total revenue of that day is 43979.02 then the formula is 20720.75/43979.02 = 0.47115 i.e, % contribution is 47.11%

 

 

Thanks,

Arvind

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

hi @arvindyadav 

a simple measure isnt ok for you?

Measure = divide(calculate(sum(Query[Amount]));calculate(Sum(Query[Amount]);ALLEXCEPT(Query;Query[Date])))

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

3 REPLIES 3
az38
Community Champion
Community Champion

hi @arvindyadav 

a simple measure isnt ok for you?

Measure = divide(calculate(sum(Query[Amount]));calculate(Sum(Query[Amount]);ALLEXCEPT(Query;Query[Date])))

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Hi @az38 ,

 

Suppose the same case but I want % Total contribution from different table revenue. ie,

please find better image to understand my question.

Format1.PNG

 

Thanks,

Arvind

Ohh I forget to allexcept in my measure. thank you @az38  🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.