End-to-End DAX Tutorial | Power Bi | SUM-SUMX-CALANDAR-FIRSTDATE - LASTDATE | KSR Datavizon

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 49

  • @ekjibon
    @ekjibon Рік тому +2

    You did better than everyone else. You really want to educate people. Really nice explanation.

  • @4nxh___
    @4nxh___ Рік тому +1

    Well articulation., Uma. This is how a tutor needs to deliver.

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

      Thank you, Please subscribe our channel for regular updates , it motivate us

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

    This is great! Organized so well. Thank you.

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

    Thank you. Please provide the data set in the description

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

    Please make more videos on DAX and Data Modelling

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

      ua-cam.com/video/VttUwZfJwJw/v-deo.html

  • @Bantikumar-c2n
    @Bantikumar-c2n Рік тому +1

    awesome session

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

    Calendar function will return a date , which is first date in data modelling not a fiscal year

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

      We can create table or even addition column with fiscal year details also

  • @subhashiniravi-r1s
    @subhashiniravi-r1s Рік тому +1

    hiii good morning mam vry use full vedio thank u mam

  • @PowerBIDumps
    @PowerBIDumps 11 місяців тому

    Hi @KSR Datavizon - At 17:59, you have created calendar with calendarauto. There is only one "Date" datatype column, so it has considered it and created the calendar. If there is more than one "Date" datatype column, which one it will consider?

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

      When using CALENDAR or CALENDARAUTO in Power BI, if there are multiple date columns in your dataset, the function will only consider the first date column it encounters based on the query's order. To explicitly define which date column to use for your calendar, it’s best to create a separate calculated table using the CALENDAR function with the specific date column as an argument. This way, you can ensure that the desired date column is used for your calendar. If you have any other questions, feel free to ask!

  • @krishnaRaog21
    @krishnaRaog21 5 місяців тому +1

    Nice Video

    • @KSRDatavizon
      @KSRDatavizon  2 місяці тому

      Thanks for the visit, Please subscribe our channel for regular updates.

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

    U r doing very nice work..

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

    Please provide the dataset link in the description.Thank you.

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

      github.com/ksrpowerbi/KSR_DAX_Datasets

  • @Ankit-vo1pm
    @Ankit-vo1pm Рік тому +1

    Thanks , very helpful !

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

    Thank you .

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

    Thank you

  • @JAYANTKUMAR-ok6ns
    @JAYANTKUMAR-ok6ns Рік тому

    How did you join Measures_TB table to Bikes table?

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

    Nice!!!!!!

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

    Whenever I am using shapes, the image or the text box or any other shape which I am trying to add on top of it disappears. Can you please help me in this regard? I'm using the latest release.

    • @KSRDatavizon
      @KSRDatavizon  19 днів тому

      After doing charts.. lock the objects

  • @RavinderKumar-gl8cy
    @RavinderKumar-gl8cy Рік тому

    Sir, How we can do the function similar to Indirect function in Excel, in power BI. For Ex. I am having a slicer with the name of all Indian states, If I don't select any thing from slicer, then in the table for ROW value , name of state should come and their population. If I select any state from slicer , then in the table, respective district list should appear and there population.

    • @KSRDatavizon
      @KSRDatavizon  21 день тому

      In Power BI, we don't have a direct equivalent of the INDIRECT function from Excel, but you can achieve this behavior using DAX and conditional logic.
      Selected_Level =
      IF(
      ISFILTERED(States[StateName]),
      "District", // If a state is selected, show district data
      "State" // If no state is selected, show state-level data
      )

  • @Nashu-babe
    @Nashu-babe 4 місяці тому

    Please tell about the use of concatenate x also

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

    Hi Mam ,From where we can this excel as a data source ,Can you please provide this ?

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

      All dataset links is attached in discrpitiom

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

    Please provide sql queries questions for power bi interview

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

      ua-cam.com/video/29jJy4tAOPE/v-deo.html

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

      ua-cam.com/video/kxPLm_Y4udQ/v-deo.html

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

      ua-cam.com/video/VAOpMH_iXMA/v-deo.html

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

      Hi Khushboo, Hope the below videos will help you with SQL Quarries Questions

  • @subhashiniravi-r1s
    @subhashiniravi-r1s Рік тому

    mam i was attend kadel labs from bangulore location i was receiving mail throuh noukri

  • @subhashiniravi-r1s
    @subhashiniravi-r1s Рік тому

    mam sat was i have an one interview on power bi they ask 1) calculate(countrows(sales),[totalsales]>500) is work or not .. the answer is not work but something is mistake mam how we will write this query and 2) if(HASONEVALUE(sales[country]),values(sales[country])) they ask u write another format i was very confused mam i can not understand the func please give me currect answer ....its help full for another interviews

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

      We will provide you the Answer here Soon Ravi.!

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

      The formula calculate(countrows(sales),[totalsales]>500) is not syntactically correct in Power BI.
      To achieve this, you can use the following DAX formula in Power BI:
      CALCULATE(COUNTROWS('Table'),'Table'[Sales]>500)
      IF(HASONEVALUE(sales[country]), VALUES(sales[country]), BLANK())
      &
      CALCULATE(COUNTROWS(sales), sales[totalsales] > 500)

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

      Answer to your 2nd Question : IF(HASONEVALUE(sales[country]), SELECTEDVALUE(sales[country]))
      &
      IF(HASONEVALUE(sales[country]), VALUES(sales[country]), BLANK())

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

      In which company u have attended mam and through which source(LinkedIn or naukri)

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

    Please share dataset

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

      github.com/ksrpowerbi/KSR_DAX_Datasets

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

    Hello Madam can i get job as power bi fresher

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

      Call us on 8951796123 for more details