Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
aamirkhan_WT
Helper I
Helper I

In Matrix table I am geeting slow performance when I am doing drill down. And I am not getting Total

Hi All

 

In Matrix table I am geeting slow performance when I am doing drill down. And I am not getting Total value for North America as I have turn off the Subtotal for the performance issue. Is there is any solution to improved the performance when I am doing drill down
Capture.PNG

2 REPLIES 2
aamirkhan_WT
Helper I
Helper I

I am using below 
dax: 

Account_1_M =
VAR _SelectedAccount =
    SELECTEDVALUE ( 'Account_1'[L1] )
VAR Result =
    CALCULATE (
        [_ReportingCycle_Formated_M_AS],
        ALL ( wt_fin_staging_pl_accounts_mapping_sorting ),
        wt_fin_staging_pl_accounts_mapping_sorting[l1]
            IN { _SelectedAccount }
            || wt_fin_staging_pl_accounts_mapping_sorting[l2]
            IN { _SelectedAccount }
            || wt_fin_staging_pl_accounts_mapping_sorting[l3]
            IN { _SelectedAccount }
            || wt_fin_staging_pl_accounts_mapping_sorting[L4] IN { _SelectedAccount }
    )
RETURN
    Result
amitchandak
Super User
Super User

@aamirkhan_WT , For that we have to check the measure you are using

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.