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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply

Count ALL irrespective of table rows?

Hi all - this should be easy, but I'm struggling...I need to count ALL, in a second column in a table, to then show this as an overall % per row?  If you see the screenshot below, I need to understand how to perform a simple count of everything, but keep it on all rows, irrespective of the field ('Referring' in this case)?  I need to use this to calculate %, as in the screenshot:

 

PBI_Q_120123.jpg

 

If there's a better way of doing this, would love to hear suggestions!  Many thanks indeed.

 

Kind regards

1 REPLY 1
Arul
Super User
Super User

@Creative_tree88 ,

for Report count all use the below measure,

Report count All = 
CALCULATE ( SUM ( 'Test Table Name'[Report Count] ), ALL ( 'Test Table Name' ) )

to find percentage(%) use the below measure,

% = 
DIVIDE ( SUM ( 'Test Table Name'[Report Count] ), [Report count All] )

see the attached screenprint for the results,

Arul_0-1673529446433.png

Thanks,

 





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

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors