Forum Discussion
Cumulative % Sum
Hi Team,
I struck with below Dax issue, Kindly help me in the cumulative dax mistake.
In Power BI I want to Show Cumulative sum for Pareto chart. when i use allselected function it is behaving differently because we have weightage for all filters but we want to consider only Filters which has error count Greater than zero.
5 Replies
- Vinod_G_245Helper I
Kindly ping here if need additional information
- Greg_DecklerCommunity Champion
Vinod_G_245 Is the image what you are getting or what you want to achieve? Can you post sample data?
Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2. - Vinod_G_245Helper I
Table-1(Fact Table)
Month Week Filter 1 Jun Week 3 Contact_Result Jun Week 3 Drop_down_Boxes Jun Week 3 Dead_Air Jun Week 3 Contact_Result Jun Week 3 Disclaimer_Documented Jun Week 3 Communication_Record Jun Week 3 Disclaimer_Documented Jun Week 3 Hold_Time Jun Week 3 Communication_Record Jun Week 3 Requesting_Provider Jun Week 3 Authentication_Documented Jun Week 3 Correct_Complete_Attachment Jun Week 3 Call_Recorded_Statement_Documented Jun Week 3 Accurate_Complete_Info Jun Week 3 Dead_Air Jun Week 2 Requesting_Provider Jun Week 2 Disclaimer_Documented Jun Week 2 Communication_Record Jun Week 2 Disclaimer_Documented Jun Week 2 Dead_Air Jun Week 2 Call_Recorded_Statement_Documented Jun Week 2 Dead_Air Jun Week 2 Dead_Air Jun Week 2 Dead_Air Jun Week 2 Member Jun Week 2 Disclaimer_Verbally Jun Week 1 Communication_Record Jun Week 1 Drop_down_Boxes Jun Week 1 Dead_Air Jun Week 1 Disclaimer_Documented Jun Week 1 Contact_Result Jun Week 1 Courteous_Engaged Jun Week 1 Courteous_Engaged Jun Week 1 Accurate_Complete_Info Jun Week 1 Disclaimer_Documented Jun Week 1 Disclaimer_Documented Jun Week 1 Drop_down_Boxes Jun Week 1 Call_Recorded_Statement_Documented Jun Week 1 Disclaimer_Verbally Jun Week 1 Dead_Air Jun Week 1 Correct_Complete_Attachment Jun Week 1 Drop_down_Boxes Jun Week 1 Disclaimer_Verbally Table-2 (Weight to multiply the error count)
Identify_Self 3 Call_Recorded_Statement_Verbal 3 Call_Recorded_Statement_Documented 3 Authentication_Verbal 3 Authentication_Documented 3 Notification_of_Determination 10 Contact_Result 5 Disclaimer_Verbally 5 Disclaimer_Documented 3 Requesting_Provider 3 Treating_Provider 3 Facility 3 Member 3 Drop_down_boxes 3 Requested_Authorized_Units 3 Type_of_Units 3 Service_First_Last_Day 3 Notification_Date 3 Request_Type 3 DX_Code 3 CPT_Code 3 Process_Timely 3 Expedited 5 Correct_Filename_Attachment 3 Correct_Sent_Received_Attachment 3 Correct_Complete_Attachment 5 Correct_Fax_Number_sent_entered 3 Communication_Record 5 Task 3 Dead_Air 3 Hold_Time 3 Professional_Tone_Language 3 Courteous_Engaged 3 Accurate_Complete_Info 10 Table 3- Error Count Calculation In pivot
Row Labels
Count of Week
Accurate_Complete_Info 2 Authentication_Documented 1 Call_Recorded_Statement_Documented 3 Communication_Record 4 Contact_Result 3 Correct_Complete_Attachment 2 Courteous_Engaged 2 Dead_Air 8 Disclaimer_Documented 7 Disclaimer_Verbally 3 Drop_down_Boxes 4 Hold_Time 1 Member 1 Requesting_Provider 2 Grand Total 43 - Vinod_G_245Helper I
Hi Greg_Deckler : Thank you for response, By using above data created first Posted table.
- Vinod_G_245Helper I
Hi All,
Can anyone help me how to get above cumulative % sum by using below two tables. Getting cumulative % on filter is becoming challenge.