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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Calculate throughput% from Sub row values in PowerBI Matrix

Garry09_0-1610816464466.png

Above is a typical matrix that i create in powerBI. What i want to achieve is to have throughput% below resolved which would be resolved count/created count . Not sure if this is achievable in powerBI matrix. Appreicate any guidance feedback how we can do this

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@Anonymous for % add this measure

 

% = 
DIVIDE ( 
CALCULATE ( COUNTROWS ( Table ), Table[Status] = "Resolved" ),
CALCULATE ( COUNTROWS ( Table ), Table[Status] = "Created" )
)

 

Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

10 REPLIES 10
parry2k
Super User
Super User

@Anonymous you can control column and row total on format pane, and select when to show row or column total.

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Screen Shot 1:

Garry09_0-1610855124765.png

 

Screen Shot 2:

 

Garry09_1-1610855153371.png

 

@parry2k , Currently when i add % measure it displays like Screen shot 1 above wherein it shows after each and every subrow (kind of duplicate entries, i have disabled total row or otherwise it was showing after total as well)

 

Now, what i want to achieve is Screen Shot 2 wherein % meaure should display only once after all the sub rows

parry2k
Super User
Super User

@Anonymous not sure what you mean show it once? Can you share the screenshot and explain?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Garry09_0-1610855751689.png

 

@parry2k , here i would like to show it as Created then Resolved and then % however, when i add % measure it shows after created as well as resolved. Its kind of same information showing twice... 

parry2k
Super User
Super User

@Anonymous for % add this measure

 

% = 
DIVIDE ( 
CALCULATE ( COUNTROWS ( Table ), Table[Status] = "Resolved" ),
CALCULATE ( COUNTROWS ( Table ), Table[Status] = "Created" )
)

 

Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Thanks a bunch @parry2k , when i add this measure it doesn't get added to rows though.. any hint on how i can add it to rows ? (it goes to column instead)

Anonymous
Not applicable

@parry2k  i figured out how to put in rows by enabling format-> values-> show on rows however, its showing % after created , resolved and total. how can we show this just once 

Anonymous
Not applicable

@parry2k , that is correct. Created and resolved are values stores in a column which i add just below the Module row as sub row.

Hi,

Share the link from where i can download your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
parry2k
Super User
Super User

@Anonymous I assume created and resolved are values stored in a column or these are two separate columns, How your raw table looks like that will decide the solution. It is doable though.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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