Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |