Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am trying to create a measure that will sum all activities in a table(AL, AM, CA etc) and display in the table the percent of the total activites for the row. As an example, I would like to have the value for the "AL cell" in the picture below be equal to 39/272. I have three slicers involved in this situation: one for the county the activity is in, one for the date range for the activities and one for the company the activity is for. The values shown in the table below currently respects all slicers involved. I have not been able to come up with a measure to calculate the total of activites that will respect the slicers(i.e. come up with the total 272) so I can use it as a denomintor for each cell. Any thoughts would be much appreciated.
Solved! Go to Solution.
Turns out the easiest solution is the best! In the values portion of the control, i selected show the value of the variable as a percentage of the row total. THis shows the correct percentage and I didnt have to calculate anything.
Hi @Anonymous,
Have you solved your problem by the suggestion from @Phil_Seamark?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you need further help, please share some data sample which could reproduce your scenario and your desired output, so that we can help further investigate on it?
Best Regards,
Cherry
Turns out the easiest solution is the best! In the values portion of the control, i selected show the value of the variable as a percentage of the row total. THis shows the correct percentage and I didnt have to calculate anything.
Hi @Anonymous
You can either create a hardcoded calculation that does lots of summing, OR I'd suggest unpivoting the data so instead of having 1 entity having many columns, convert using the Unpivot other columns feature in Power Query, so that your one entity has fewer columns but many rows,. You can then make quite dynamic measures to create your calculations.
User | Count |
---|---|
85 | |
81 | |
64 | |
53 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |