Forum Discussion
Anonymous
7 years agoNot applicable
Calculation Based on Report Table Columns
I am very new to Power BI (less than 5 hours) and am using it to identify ideal process settings for a piece of equipment on one of our production lines. For the current piece of equipment I am work...
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Nick,
Can you share a sample, please? You can upload it to the cloud drive like OneDrive, then share the download link here.
You can try a measure like below.
Measure = SUM ( 'table'[column] ) / CALCULATE ( SUM ( 'table'[column] ), ALL ( 'table' ) )
Best Regards,
Dale