SELECTEDVALUE Function in DAX

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 37

  • @pravinshingadia7337
    @pravinshingadia7337 2 года назад +1

    Chandeep - thank you for your great work. I'm currently in hospital with an illness and using the time to work through your videos. They have kept my mind sharp and when I leave will be leaving a better and more skilled person.

  • @fabiocardososantos5677
    @fabiocardososantos5677 3 года назад +1

    Thank you very much. By far, the best explanation i had about this topic.

  • @raghavendrabatchu3933
    @raghavendrabatchu3933 4 года назад +1

    I have gone through a couple of videos in this series... Such complex things are made simple. fantastic bro... keep it up.

  • @Milhouse77BS
    @Milhouse77BS 4 года назад

    I like how you used simple table for the data and showed filter context of SELECTEDVALUE

  • @hafizasim4245
    @hafizasim4245 6 месяцев назад

    I normally use this for period selection i.e. Q1 Q2 Q3 Q4 or for month dimension. How to use this if I want to select Multiple periods i.e. Q1 and Q2 for example?

  • @rajeshn5006
    @rajeshn5006 Год назад

    thank you very much sir... many things i learnt from your videos

  • @shahadatshajjat8503
    @shahadatshajjat8503 Год назад

    Thanks Chandeep , you make it easy to understand the DAX💗

  • @getntertain454
    @getntertain454 Месяц назад

    Brother, how I can filter my custom table using SELECTEDVALUE. For instance, I want to list only those country who played against SELECTEDVALUE country slicer. I would be grateful if you answer these query as I did not find this solution anywhere.

  • @user-yl1fo5wy6q
    @user-yl1fo5wy6q 10 месяцев назад

    Thanks goodly you are really good

  • @hoaithuongluu2869
    @hoaithuongluu2869 Год назад

    your explanation always impresses me

  • @lilyfullery4779
    @lilyfullery4779 Год назад

    Really , this helped me alot ❤ thanks for such beautiful video

  • @theperpetuallyannoyed4074
    @theperpetuallyannoyed4074 2 года назад

    if i have a card and a table. the card will show the first value in the given column but i want to show default value on the card as something else and only want to show the value when i select something on the table. how can i do this.??

  • @MrRohanroxx1
    @MrRohanroxx1 3 года назад

    Your content is like Bible for someone who's trying to learn Power BI

  • @pcjrtube
    @pcjrtube 3 года назад +1

    Thanks for sharing this video. I have a question: Do you know why SELECTEDVALUE() does not work inside a FILTER() to slice a table?
    I think the problem is that the SELECTEDVALUE () function is not evaluated before FILTER ().
    Explaining further:
    I'm trying to use the formula:
    filtered_data =
    FILTER (data, data [value]

    • @GoodlyChandeep
      @GoodlyChandeep  3 года назад +1

      Declare SELECTEDVALUE as variable and use the Variable inside the FILTER, it should work!
      And you are right about the evaluation of Selectedvalue should be done prior to the filter function.

  • @toninguyen8207
    @toninguyen8207 4 года назад

    Thumbs up!! Keep up the good work!!

  • @Adeyeye_seyison
    @Adeyeye_seyison Год назад

    Thanks for ALL you do and give out. Your contents are life enhancing and skills upgrading.
    Pls sir, I have a problem on data cleaning I would love to have you help me look into.
    Please can you give me your email handle to forward it or any other channel you deem appropriate.
    Thanks a million sir.

  • @Laxmanmane007
    @Laxmanmane007 4 года назад

    Hi chandeep, I am planning to do prepration of power bi certification could you please provide all details of that exam, how to prepare ,cost etc.

  • @anuragbawankar685
    @anuragbawankar685 3 года назад

    Sir how to achieve the requirement:
    Table should display values greater than the value selected in filter slicer

  • @vishaljhaveri7565
    @vishaljhaveri7565 Год назад

    Nice video. Thank you:)

  • @excel-k-sir
    @excel-k-sir 4 года назад

    Hey Chandeep, thanks for explaining so nicely. Since the whole session was on measures I assume this is possible in power pivot too. If so then a small request from my side to show this type of session from power pivot perspective too.

    • @GoodlyChandeep
      @GoodlyChandeep  4 года назад +1

      There is no change in Power Pivot.. it's exactly the same!

    • @excel-k-sir
      @excel-k-sir 4 года назад

      Hey Chandeep, it seems the selected value function is not available on excel power pivot. I can only see "All Selected" and "Select columns". Please advise...

    • @GoodlyChandeep
      @GoodlyChandeep  4 года назад +1

      @@excel-k-sir Try this DAX as an alternative
      =IF(HASONEVALUE(Table[ColumnName]),MAX(Table[ColumnName]))

    • @excel-k-sir
      @excel-k-sir 4 года назад

      @@GoodlyChandeep bingo I got what I wanted. I was trying to change💱 the pivot value using selected currency available in slicer. You saved me in not using a macro. Thanks a ton. 👍👍👍👍👍👍❤️❤️❤️❤️

  • @ardenzhuo9351
    @ardenzhuo9351 3 года назад

    why in this case a switch true is not required?

  • @varunjain3829
    @varunjain3829 2 года назад

    With selected value can we use all functions?

  • @monmorelord6368
    @monmorelord6368 Год назад

    wgy do you talk so fast, yse Value as aheading and talk about actual value and jump throught things ???

  • @pvarunkumar8106
    @pvarunkumar8106 2 года назад

    not comfortable to see . plz zoom the display, bcz, it look small when you r write DAX..

  • @sujit3375
    @sujit3375 Год назад

    Didn't understand