Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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 |
---|---|
98 | |
76 | |
75 | |
48 | |
26 |