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

Calculate Relative Percentages

Hi There, I'm trying to calculate relative percentages in a table.  I'm looking at the NAICS groupings and trying to calculate the relative percentages of companies, based on a company_name field, and facility size, based on a facility_size field.  So I need to sum all of the companies that belong to that specific industry, and then divide it by all of the companies across all industries.   How might I do this?  It needs to be general, as a filter on my dashboard will be industry groupings.

1 Reply
OmarBenSalem

You can have a table:

As dimension: Indistry

as measure: count(company) / count({1} total company)