Values Function DAX

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 มี.ค. 2020
  • Learn how the VALUES function works in DAX.
    Download Power BI File - www.goodly.co.in/wp-content/u...
    - - - - My Courses - - - -
    ✔️ Mastering DAX in Power BI -
    goodly.co.in/learn-dax-powerbi/
    ✔️ Power Query Course-
    goodly.co.in/learn-power-query/
    ✔️ Master Excel Step by Step-
    goodly.co.in/learn-excel/
    ✔️ Business Intelligence Dashboards-
    goodly.co.in/learn-excel-dash...
    - - - - Blog - - - -
    www.goodly.co.in/blog
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @saifullahkhan3776
    @saifullahkhan3776 2 หลายเดือนก่อน +1

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

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

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

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

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

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

    You explain it in a brilliant way!

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

    Very well explained. Tanks you so much

  • @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 👍

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

      Thanks for the sub! Glad it helped

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

    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.

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

    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?

  • @user-lm5wb8vi1x
    @user-lm5wb8vi1x 4 หลายเดือนก่อน

    Finished watching

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

    Great Video!!! Thanks for sharing

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

    Great video.

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

    Thank you sir!

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

    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?

  • @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.

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

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

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

    Awsome!

  • @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 10 หลายเดือนก่อน

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

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

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

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

    Thanks

  • @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 3 ปีที่แล้ว

    Great video

  • @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 11 หลายเดือนก่อน

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

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

    Hi good video,
    Sumx values function over rides if statement

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

    Values can also take a table right?

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

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

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

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

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

    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...

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

      goodly.co.in/learn-dax-powerbi/

  • @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 :)

  • @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 11 หลายเดือนก่อน

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

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

    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  3 ปีที่แล้ว

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

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

    Can we able to use values function in power pivot

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

    Ochu khabar padi.

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

    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