IF Function in DAX

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 62

  • @reachraheem
    @reachraheem 2 ปีที่แล้ว +1

    the content i need at the speed i need... simply awesome!

  • @oyeyinkakamal2431
    @oyeyinkakamal2431 3 ปีที่แล้ว +1

    You have saved me what I have been trying to fix for weeks now, thanks a bunch man

  • @rajanair79
    @rajanair79 4 ปีที่แล้ว +2

    This was helpful. Right to the point without wasting time. It was a very good video.

  • @shoaibrehman9988
    @shoaibrehman9988 4 ปีที่แล้ว +1

    Sir, You have a quality to clear the things crystal clear. I really enjoying your videos there many Gurus but you are always adopting not only simple method but also shows us other side of coin as well.
    Thanks
    Take Care

  • @vincentsalerno
    @vincentsalerno ปีที่แล้ว

    You have a gift for explanation coupled with planning of pertinent examples. There is no reason to listen to other channels for learning dax as they just don't compare. If I continue my dax career, will be purchasing your course.

  • @sands7779
    @sands7779 3 ปีที่แล้ว

    clear concise explanation with solutuion of one of the initial dax challenges faced by beginners recommend this tutorial

  • @retamapark
    @retamapark 4 ปีที่แล้ว +1

    That was a lot of information packed in seven minutes. Well done!

  • @joanstoner6252
    @joanstoner6252 2 ปีที่แล้ว

    Thank you so much for this video. It was more helpful then most of the others I watched!! I understand much better than before how and why to use a measure.

  • @anasuyabhatta7559
    @anasuyabhatta7559 2 ปีที่แล้ว

    So far the best explanation on logical Dax. If You could provide a detailed explanation on Summarize that would be great.

  • @stephanweaver1960
    @stephanweaver1960 4 ปีที่แล้ว

    Quick, precise explanation w many examples and contrasts. Good teaching

  • @vasilisa6128
    @vasilisa6128 4 ปีที่แล้ว +1

    Amazing! Thank you a lot! Informative and great speed. Exactly what I needed.

  • @zakaralli
    @zakaralli 4 ปีที่แล้ว +1

    TEMPO is great, that kind of tutorial what i was looking for. Thanx!

    • @GoodlyChandeep
      @GoodlyChandeep  4 ปีที่แล้ว

      Thanks Man.. Glad you found it helpful

  • @pragatitripathi1870
    @pragatitripathi1870 4 หลายเดือนก่อน

    What would be the dax equivalent to Indirect function in excel? I am trying to get the max row wise of two categories. Please help

  • @LARflixMovies
    @LARflixMovies 2 ปีที่แล้ว

    Well explained. The way you are explaining, amazing.

  • @rajatbhamare2785
    @rajatbhamare2785 2 ปีที่แล้ว

    Very well explained 🔥 'IF' function 🔥

  • @emmanuelenumah7775
    @emmanuelenumah7775 2 ปีที่แล้ว

    This was just exactly what I needed. Thanks a bunch

  • @ericrobinson3995
    @ericrobinson3995 4 หลายเดือนก่อน

    What is the command/syntax to type if you want to numerical or text result that is already in a column?

  • @neelimak3802
    @neelimak3802 2 ปีที่แล้ว

    Thanx for the video...The sumx doesn't work with the values of type string. How to work with the string values? i want the output to be in string type such as Yes or No.

  • @samyuktajadeja5769
    @samyuktajadeja5769 2 ปีที่แล้ว

    This was so helpful and very well explained. Thank you!

  • @insightMantra
    @insightMantra 2 ปีที่แล้ว

    I was using "and" on a single column by creating a calculated table but I got blank table.
    Calculatedtable (
    Summarize(Orders, orders[shipmode], "Total Sales",
    Sum(orders[Sales])),
    Orders[shipmode] = "First Class" && Orders[shipmode] = "Second Class")
    But when I used OR instead of AND its give me the required records as mention in the expression. It's little bit confusing to find why its not taking the values from single column by using AND condition.
    Is AND condition works on multiple column or anything else is happen in this dax

  • @leahguevara7658
    @leahguevara7658 3 ปีที่แล้ว

    Hi. How do u get the correct grand total with measures created.

  • @irshadsaifi4726
    @irshadsaifi4726 ปีที่แล้ว

    can't we use selectedvalue( ) in if statement to get sales channel?

  • @aminiguilain2911
    @aminiguilain2911 3 ปีที่แล้ว +1

    Thanks a lot Man, you just saved me a lot. Much appreciate this Video. :)

  • @deepakgupta3192
    @deepakgupta3192 3 ปีที่แล้ว

    This is so great , i did not know this, you opened te new level for me, many thanks. i also want to share one problem i am facing while using nested IF DAX in buckets, it is not giving me appropriate results. can you please advise or HELP...

  • @patelekta9242
    @patelekta9242 3 ปีที่แล้ว

    How do we differentiate orders which have been shipped from multiple sites? Mean, if order is shipped from multiple site then yes else no

  • @blse2000
    @blse2000 4 ปีที่แล้ว +1

    Very nice explanation.

  • @vikkukumar7278
    @vikkukumar7278 3 ปีที่แล้ว

    I want to apply the if(and()) function on the other table and I want to return the value on the other table. Please let me know that how can I do this operation?

  • @badgirlbenji
    @badgirlbenji 3 ปีที่แล้ว

    Do you exclusively use && or || when using multiple IF/OR functions in DAX, even when there are only two variables? I'm not sure if I should start using this format exclusively when using multiple IF/OR functions so my functions always have the same format regardless of number of variables.

    • @GoodlyChandeep
      @GoodlyChandeep  3 ปีที่แล้ว

      The inbuilt AND OR function just allow for 2 conditions. No more.
      So I use && and || everywhere I need to test for conditions

  • @sia_ibk
    @sia_ibk 3 ปีที่แล้ว

    Why didn't you need SUMX when doing the second if measure statement?

  • @stevencampbell3203
    @stevencampbell3203 3 ปีที่แล้ว

    Thanks, another terrific video!

  • @Laxmanmane007
    @Laxmanmane007 4 ปีที่แล้ว

    Very nice chandeep ♥️♥️ please post more video on DAX functions🙂🙂

  • @2BATechie
    @2BATechie 3 ปีที่แล้ว

    Thank you! Thank you! Thank you!

  • @sfacchin
    @sfacchin 3 ปีที่แล้ว

    Very didactic. Just for clarification, could you show the measure [Total Sales] used within the "IF" measure?

    • @GoodlyChandeep
      @GoodlyChandeep  3 ปีที่แล้ว

      That'll be straight forward
      IF ( [Total Sales] BLANK(), True Action, False Action )

  • @kyiwinhtun
    @kyiwinhtun 4 ปีที่แล้ว

    Thanks, well explained!

  • @amukherg
    @amukherg 3 ปีที่แล้ว

    You're a saviour

  • @felipesignorellireis7839
    @felipesignorellireis7839 4 ปีที่แล้ว

    Great explanation

  • @vcity403
    @vcity403 4 ปีที่แล้ว

    well done mate. Good job

  • @nazmulalam2046
    @nazmulalam2046 4 ปีที่แล้ว +1

    Thanks I got my solution

  • @ntombifuthikhumalo2400
    @ntombifuthikhumalo2400 4 ปีที่แล้ว

    Thank you so much, 🙌🙌🙌

  • @eslamfahmy87
    @eslamfahmy87 หลายเดือนก่อน

    Its a first time i can't understood well😮

  • @SaniGarba
    @SaniGarba 4 ปีที่แล้ว

    Excellent

  • @dayakarejnavarzala6746
    @dayakarejnavarzala6746 3 ปีที่แล้ว

    Awesome

  • @hanchen9962
    @hanchen9962 4 ปีที่แล้ว

    nice, thank you

  • @balamira297
    @balamira297 2 ปีที่แล้ว

    Can you pls go a bit slow??

  • @Wzxxx
    @Wzxxx 3 ปีที่แล้ว

    great, i tried to do if function for a long time. Where can I learn more about it?