I have a data sets importing into Power BI from databases. I cannot edit this data sets in excel and need to find a way to get the CORRECT calculated fields in Power BI to finish a project.
What I need is to get a Percentage = ((x_response) / (total responses)).
example: there are 1877 total responces in 'table 1'[column1], there are 133 distinct responces in 'table 1'[coulmn1] **(same table and column)**
133/1877 = 0.06... 6% I need a way to write a count if function based on unique responces from a column and divide that by total responces of that same column.
I've attached 3 pictures with my issue.
Some Help on this would be Great!