Forum Discussion
Percentage between two fields
- Anonymous9 years ago
Hi vdf,
Please right click your fields(1stContact_7,Repeat_7,Column 3,Pct Total) in the Field Panel as shown in the following screenshot, then choose"Don't summarize", then your Column 3 and Pct Total should show correctly.
Thanks,
Lydia Zhang - Anonymous9 years ago
Hi vdf,
Please create new measures using the following formulas.
SumRepeat_7 = SUM(data[Repeat_7])
Sum1stContact_7 = SUM(data[1stContact_7])
Sum1stContact_7 = SUM(data[1stContact_7])
Then create a visual as follows and check if it resturns your desired result. For more details, check this modified PBIX file.
Thanks,
Lydia Zhang
Hi vdf,
Please right click your fields(1stContact_7,Repeat_7,Column 3,Pct Total) in the Field Panel as shown in the following screenshot, then choose"Don't summarize", then your Column 3 and Pct Total should show correctly.
Thanks,
Lydia Zhang
Many thnks Lydia,
Solution worked, but this gives me the result for each row, is there anyway that I can have it grouped by [v_site]?
Thanks again,
- Anonymous9 years agoNot applicable
Hi vdf,
Please create new measures using the following formulas.
SumRepeat_7 = SUM(data[Repeat_7])
Sum1stContact_7 = SUM(data[1stContact_7])
Sum1stContact_7 = SUM(data[1stContact_7])
Then create a visual as follows and check if it resturns your desired result. For more details, check this modified PBIX file.
Thanks,
Lydia Zhang