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.
Hello, Power BI Community!
I'm attempting to create a DAX measure that will calculate percent by column total that accounts for week over week data and a subgroup. I've been researching this for the past week and i'm unable to find a formula that works. Since i'm using a slicer to switch between different metrics, i'm unable to use the "show value as" feature. I've included the organization and some sample data below along with the column names below. Overall, i'm wanting to find week over week volume for the number of calls that come from specific states and cities. If I need to include any additional information, please let me know. Any help is greatly appreciated! Thanks!
Solved! Go to Solution.
Thanks for the reply, @amitchandak! I'll also keep the feedback in mind for any future posts. When using your code, results came in as 100% for everything. I was able to figured it out after doing a little more research. Below is what I used. Let me know if you have any feedback.
Thanks for the reply, @amitchandak! I'll also keep the feedback in mind for any future posts. When using your code, results came in as 100% for everything. I was able to figured it out after doing a little more research. Below is what I used. Let me know if you have any feedback.
@njd_1988 , the subject and description not working together , if need % for a column say week ending date
% of week = divide(sum(Table[Call]) , calculate(sum(Table[Call]), filter(allselected(Table), Table[State] = max(Table[State]) && Table[City] = max(Table[City]) ) ) )
User | Count |
---|---|
84 | |
76 | |
72 | |
47 | |
37 |
User | Count |
---|---|
111 | |
56 | |
51 | |
42 | |
42 |