Values Function DAX

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • Learn how the VALUES function works in DAX.
    Download Power BI File - www.goodly.co....
    - - - - My Courses - - - -
    ✔️ Mastering DAX in Power BI -
    goodly.co.in/l...
    ✔️ Power Query Course-
    goodly.co.in/l...
    ✔️ Master Excel Step by Step-
    goodly.co.in/l...
    ✔️ Business Intelligence Dashboards-
    goodly.co.in/l...
    - - - - Blog - - - -
    www.goodly.co....

КОМЕНТАРІ • 51

  • @sonalijain9024
    @sonalijain9024 Місяць тому

    clear ,concise n very well explained. Thank u for making such amazing videos.

  • @saifullahkhan3776
    @saifullahkhan3776 4 місяці тому +1

    Bro's explanation is so eloquent that sometime I kind of felt listening to Radio FM.

  • @vishaljhaveri7565
    @vishaljhaveri7565 Рік тому +1

    VALUES Function works like Remove Duplicates of Excel.
    Input-> A single column.
    Syntax-> VALUES( tbl [ column A ] )
    Returns a single columnar table which has distinct values of column A.
    If you are using a Matrix Table while plotting the Measure = VALUES( tbl [ column A ] ), then turn off SubTotals.

  • @the_Timmy_93
    @the_Timmy_93 8 місяців тому

    You explain it in a brilliant way!

  • @VoodooBlue90210
    @VoodooBlue90210 2 роки тому +1

    Very well explained and liked the way you showed how it can cause an error and how to fix the error. Subscribed 👍

  • @amitharajkumar7916
    @amitharajkumar7916 4 роки тому

    Perfect, Simple, and elegant way of explanation. Thank you for your efforts

  • @pravinshingadia7337
    @pravinshingadia7337 4 роки тому

    Great video - you keep it simple and concise and explained clearly.

  • @joaopinaledo9675
    @joaopinaledo9675 Рік тому

    Very well explained. Tanks you so much

  • @user-lm5wb8vi1x
    @user-lm5wb8vi1x 6 місяців тому

    Finished watching

  • @chaitanyat8298
    @chaitanyat8298 4 роки тому

    Excellent explanation..
    That a beginner can also easily understand..

    • @GoodlyChandeep
      @GoodlyChandeep  4 роки тому

      Glad to hear that

    • @chaitanyat8298
      @chaitanyat8298 4 роки тому

      @@GoodlyChandeep can u share me any videos on Dax ,I am beginner and I need to get grip on that..your explanation is very nice,simple to understand any complex one.

  • @AWBL
    @AWBL 3 роки тому +1

    Great video Chandeep! Just curious, can we also perhaps replace the IF function with a shortened version "Measure 2 = COUNTROWS(VALUES(Date[Names]))" Any issues using this expression vs the IF function / expression?

    • @statesman6379
      @statesman6379 Рік тому

      His function returned both the list of names and the count instead of just the count.

  • @zaharterentev2091
    @zaharterentev2091 2 роки тому

    Hello, thank you for your videos and sharing. Please, what you recommend to use to solve such problem. I want to use VALUES in another measure to find the unique values of column, but before this I need to filter this column by custom condition. What method I should to use?

  • @muhammedriyasthekkekara8894
    @muhammedriyasthekkekara8894 8 місяців тому

    Thanks

  • @chriskeo392
    @chriskeo392 8 місяців тому

    Values can also take a table right?

  • @thomastsopelas9213
    @thomastsopelas9213 Рік тому

    Hello great video,i would like to ask what does keepfilter(values(table)) in a calculate neasure mean?thanks a lot!

  • @giri41
    @giri41 5 місяців тому

    Hi good video,
    Sumx values function over rides if statement

  • @nsnear
    @nsnear 3 роки тому

    Great video. thanks. Why can't we remove the duplicate values by distinct or equivalent function?

  • @PDannyBlanco
    @PDannyBlanco 3 роки тому

    Great video.

  • @gursikh133
    @gursikh133 4 роки тому

    Great Video!!! Thanks for sharing

  • @dilipinamdar5523
    @dilipinamdar5523 Рік тому

    Thank you sir!

  • @usmansharifshaik1187
    @usmansharifshaik1187 3 роки тому

    Hi chandeep, when i turn off the subtotals and then drag values measure to matrix visualization , it's again giving same error (multiple values supplied ).
    i am using latest version aug 2021 pbi . what else need to be turn off to show the values in my visualization?

  • @shikharbhardwaj1352
    @shikharbhardwaj1352 9 місяців тому

    Hy...do you have full DAX series ...if any payment need to be done ..i can go with that too...I liked the way you have told the VALUE function...

  • @carolinecostaBR
    @carolinecostaBR Рік тому

    Awsome!

  • @vimukthiamarasena6264
    @vimukthiamarasena6264 3 роки тому

    hi, goodly good explanation. i have seen that extract data from a different table using VALUES function.(without having a relationship)
    could you please explain this?

  • @sandeepjami9119
    @sandeepjami9119 4 роки тому

    Great video

  • @neelanshunisingh971
    @neelanshunisingh971 3 роки тому

    Can a Measure accepts the non scalar value ?or here some other context is used.

    • @GoodlyChandeep
      @GoodlyChandeep  3 роки тому +2

      Measures can never have a non scalar output.. a measure can input a table but the output should always be a scalar value

  • @SMITDEDHIA96
    @SMITDEDHIA96 4 роки тому

    Thanks a lot for this video - I have struggled with the VALUES() function. (But now on, I think I won't :) )
    But I have one doubt -
    How is this different from DISTINCTROWS() function? (sorry if this question is silly as I'm new to DAX.)

    • @GoodlyChandeep
      @GoodlyChandeep  4 роки тому +4

      There isn't a DISTINCTROWS function in DAX, although there is DISTINCT and DISTINCTCOUNT function.
      1. DISTINCT - Can accept a single column or a full table and will return a column or table with unique values or unique rows respectively.
      2. DISTINCTCOUNT - Is going to count the number of unique values in the column specified.
      Hope this helps!

    • @krantikumar894
      @krantikumar894 3 роки тому

      What is the diff bw DISTINCTCOUNT & VALUES

    • @neerpanwar
      @neerpanwar Рік тому

      @@krantikumar894 values includes blanks as well.. distinct doesnt show blank value

  • @baldeepsinghnagi8943
    @baldeepsinghnagi8943 2 роки тому

    I am using value function to display the filter content in form of tile.. like i have a slicer for region and i created a measure that is = concatenatex ( values(region), region, ",") and using this i can see in tiles thr filters that i am selecting.. how is this working ..i want to know how this measure is working

    • @neerpanwar
      @neerpanwar Рік тому

      Values(region) returns a table of distinct region (based on filter) over which concatenate function iterates and concatenate.

  • @galellopez4214
    @galellopez4214 4 роки тому

    Hi Goodly, Greetings from Honduras. Thanks a lot for this video Great.
    I have a request, It's possible that can make a video how to create passwords for reports or dashboards. Or how to open an specifict report by region using URL.

    • @GoodlyChandeep
      @GoodlyChandeep  4 роки тому +1

      1. In Power BI the most secure way of sharing your report with someone is via Power BI Service.. and not through a web-link protected with password.
      2. I din't understand your second question, can you please elaborate ?
      thanks for stopping by :)

  • @vinodkumarhs4000
    @vinodkumarhs4000 2 роки тому

    Can we able to use values function in power pivot

  • @daXcel7448
    @daXcel7448 4 роки тому

    How can we achieve this in excel power pivot?. I get error when i use tis DAX. How to return a table in power pivot ?.

    • @GoodlyChandeep
      @GoodlyChandeep  4 роки тому

      Pavan, in Excel PowerPivot you cannot create a table using DAX.

  • @vishaljhaveri7565
    @vishaljhaveri7565 2 роки тому

    Ochu khabar padi.

  • @giri41
    @giri41 5 місяців тому

    Can you please

  • @databubbles6095
    @databubbles6095 3 роки тому

    Why you are running about the great topic.. because of that couldn't understand by multiple pauses of video