Don't make these CALCULATE Function Mistakes! ⚠️

Поділитися
Вставка
  • Опубліковано 25 чер 2024
  • In this video, we will know about 4 common mistakes with CALCULATE Function and how to fix them!
    ===== ONLINE 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...
    ===== LINKS 🔗 =====
    Blog 📰 - www.goodly.co.in/blog/
    Corporate Training 👨‍🏫 - www.goodly.co.in/training/
    Need my help on a Project 💻- www.goodly.co.in/consulting/
    Download File ⬇️ - goodly.co.in/calculate-functi...
    ===== CONTACT 🌐 =====
    Twitter - / chandeep2786
    LinkedIn - / chandeepchhabra
    Email - goodly.wordpress@gmail.com
    ===== WHO AM I? =====
    A lot of people think that my name is Goodly, it's NOT ;)
    My name is Chandeep. Goodly is my full-time venture where I share what I learn about Excel and Power BI.
    Please browse around, you'd find a ton of interesting videos that I have created :) Cheers!
  • Наука та технологія

КОМЕНТАРІ • 46

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

    Fantastic! Thanks so much.

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

    Wise advices. Thanks Chandeep!

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

    Excellent explanation! Thanks a lot

  • @GeertDelmulle
    @GeertDelmulle Рік тому +3

    This is a great video! Need more of this type.
    Allows us to understand better what is going on and why.
    Good format, good job! :-)

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

    Thank you !

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

    So helpful!!! Please do more n more of this type❤

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

    Love it Chandeep, keep up the grate work!

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

    great explanation

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

    "Please Work" doesn't return a table, but {"Please Work"} does I think?
    Try that at the start maybe?
    Great video. As always.

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

    Good explanation Chandeep

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

    my favorite channel ever!!!
    Your explanation methods is the best of all
    Thank you for all Chandeep. I have a question.
    For example
    MAXX(Sale,
    CALCULATE([SalesAmount],
    All(Date[Date])
    We have context transition, And the Sale table at Many side. Is the context transition separates from Sale table to Date table?. I used All(Date[Date]) to stop context transition. But to tell the truth I can’t imagine the behavior expanded table, how it works. Can you explain it When we set filter to the table not on column, when we have context transition inside iterators. Thank you

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

    very cool, thank you Chandeep for bringing us this gems of your experience!

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

    These theory type videos always welcome, as are all your offerings. One thing, re
    Measure not working when declared as a variable first, I had the opposite problem when creating an index in dax, .
    OneV:=IF(HASONEVALUE(Table1[Test]),VALUES(Table1[Test]))
    Index:=
    OneV VAR:=VAR onev = [OneV]
    RETURN
    CALCULATE([CountR],FILTER(ALL(Table1[Test]),
    ISONORAFTER(Table1[Test], onev, DESC)))
    But if I just put the OneV measure in directly it did not work? any ideas.

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

    Could you please help on how to add drill down to a Stacked bar chart

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

    So good! You make understanding DAX so much easier...

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

    This is a gem. Thanks

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

    Great video!

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

    So i have one question, in CALCUALTE, filter need to be a table. So can you please explain how those filtered tables and existing filter context work with each other to calculate final measure in CALCULATE? Actually i am not able to visualize how different tables both in calculate & filter context sync with each other to calculate measure in modified filter context. I guess this is where people get confused.

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

    This is one for the favorites folder 😊

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

    Great!

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

    Please kindly give details how to get fortnight figures just as we get for QTD AND YTD.. dynamically

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

    Can you please explain why we can't use measure as a filter parameter in calculate function?

  • @UU-ry6gt
    @UU-ry6gt Рік тому

    Very cool and useful stuff, even for pro user!

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

    Great video thanks from Nepal

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

    super

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

    Great video sir

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

    Hi could you please create video Dax query Evaluation which will Execute first like If we have Used many variables calculate among all this which will Execute first

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

    Can you use values(Calendar[Date]) instead of just Calendar?

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

    Greatest

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

    Filter
    (
    All(sales),
    Sales[Channel] = "xyz")
    OR
    Filter
    (
    All(sales[Channel]),
    Sales[Channel] = "xyz")
    Which one is correct ?
    @goodly

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

    While drilling down it is converting to a cluster bar

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

    Thank you so much your explanation. May you please create a video or guide me pertaining to an alternative of using sameperiodlastyear, dateadd, where the date column is not unique and also primary key is like 1/1/2021-0000-0100
    1/1/2021-0100-0200
    This is happening because we are also calculating sales on hourly basis thats its like this. I am not able to create dynamic LY sales just like sameoeriodlastyear

  • @chadweber1351
    @chadweber1351 4 місяці тому

    That intro 😂

  • @ndm2221
    @ndm2221 12 днів тому

    😅😇🙏🏾

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

    Your explanation are phenomenol. but here is an advise, "acche khase mard lag rahe, fir thumbnail q aisa dal diya"😂

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

    All of these problems simply go away if you stop using CALCULATE. I’m not saying’ I’m just sayin’ …¯\_(ツ)_/¯
    Come join the dark side, Chandeep. 😆