Forum Discussion

JurGle's avatar
JurGle
New Member
6 years ago

Need Help with semi additive measures with String Value

Hi Guys,

 

i have this DAX formula which works fine:

 

Mengeneinheit :=
SWITCH (
    TRUE;
    ISFILTERED ( Produkte[Artikelbezeichnung] ); IF (
        HASONEVALUE ( Fakten[Mengeneinheit] );
        VALUES ( Fakten[Mengeneinheit] )
    );
    ISFILTERED ( Produkte[Artikelnummer] ); IF (
        HASONEVALUE ( Fakten[Mengeneinheit] );
        VALUES ( Fakten[Mengeneinheit] )
    );
    BLANK ()
)

 

But i want that some fields are ignored in the Filter context form the fact table like

  all ('Geschäftsart');

 

Thanks in advance
Jürgen

 

 

1 Reply

  • v-xicai's avatar
    v-xicai
    Community Support

    Hi JurGle ,

     

    >>But i want that some fields are ignored in the Filter context form the fact table like all ('Geschäftsart');

     

    I am not sure what desired result would you want, could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.

     

    Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.

     

    Best Regards,

    Amy

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.