User Profile
Vinod_G_245
Helper I
Joined 3 years ago
User Widgets
Contributions
Help Needed to Expand APP Audience Limit In Power BI Service
Hi Team, The audience list for our APP has exceeded the limit of 25. Could someone please guide us on how to increase this limit? As the APP is linked to a large audience group, changing the Workspace is not an option. I would appreciate any suggestions or solutions to address this issue. Thank you in advance for your assistance! Thanks, Vinod G1.7KViews0likes3CommentsRe: Cumulative % Sum
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 432KViews0likes0CommentsCumulative % 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. Cumulative Test = Var Total = CALCULATE([% of Total], ALLSELECTED('MCD Subcat'[Filter 1])) Var _current = [% of Total] Var _SumTable = SUMMARIZE(ALLSELECTED('MCD Subcat'), 'MCD Subcat'[Filter 1],"Errors",[% of Total]) Var Cumulativesum = SUMX(FILTER(_SumTable,[% of Total] >= _current),[% of Total]) Return DIVIDE( Cumulativesum, Total) % of Total = DIVIDE( [X], CALCULATE(SUMX('MCD Subcat', [Filter 1 count] * 'MCD Subcat'[Weightage]),ALLSELECTED('MCD Subcat'[Filter 1])),0) X = COUNT('MCD Subcat'[Week])* MAX('MCD Subcat'[Weightage])2.1KViews0likes5CommentsRe: Permission Issue for Datasets collected from different workspaces
Hi Anonymous : Thanks for your quick response, I have admin rights to both workspaces, In targeted workspace we are creating a report with Datasets(Live Connection to avoid performance issue). I published the same report on 15-Nov-23, It worked, now im facing this error. Thanks, Vinod G366Views0likes0CommentsPermission Issue for Datasets collected from different workspaces
Hi Team, Can someone help me with the attached error. We are creating a landing page with the datasets collected from different workspaces, it is showing Power BI insufficient permission i have admin rights to all workspaces. PFA for Error message. Thanks, Vinod G439Views0likes2Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.