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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
noerhave
Regular Visitor

DAX ISINSCOPE statement

Hi Team

I am going to use the new DAX function ISINSCOPE, but is not available when connection type is LIVE (SSAS tabular)

When will this be available ?

1 ACCEPTED SOLUTION

Hi Maggie

I have found a workaround by using ISFILTERED which seems to work.

The issue was to hide blank members in ragged heirachy.

This peace of DAX seem to work:

Amount period budg:= SWITCH(TRUE(); AND(ISFILTERED(Kontoheiraki[Level3]);ISBLANK(VALUES(Kontoheiraki[Level3]))); BLANK(); BudgetTransaction[Amount period Budg_])

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @noerhave 

Check if you download the lastest version :March 2019 Update (2.65.5313.501) (File->Help->About),

 

As searched, i can't find any document saying when the new function would be possible in SQL Server Analysis Services.

You may try other function which has similar function as " ISINSCOPE", like "HASONEVALUE",ect.

 

If possible, you could share your problem here so i can find some workaround for you.

 

Best Regards

Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Maggie

I have found a workaround by using ISFILTERED which seems to work.

The issue was to hide blank members in ragged heirachy.

This peace of DAX seem to work:

Amount period budg:= SWITCH(TRUE(); AND(ISFILTERED(Kontoheiraki[Level3]);ISBLANK(VALUES(Kontoheiraki[Level3]))); BLANK(); BudgetTransaction[Amount period Budg_])

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.