Don't make these CALCULATE Function Mistakes! ⚠️

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

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

  • @experience_kingsley
    @experience_kingsley 3 месяца назад +1

    Good information. Thanks!

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

  • @ravishmahajan9314
    @ravishmahajan9314 10 месяцев назад +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.

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

    Wise advices. Thanks Chandeep!

  • @martyc5674
    @martyc5674 Год назад +2

    This is one for the favorites folder 😊

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

    Fantastic! Thanks so much.

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

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

    Excellent explanation! Thanks a lot

  • @theg9811
    @theg9811 Год назад +1

    Love it Chandeep, keep up the grate work!

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

    Good explanation Chandeep

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

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

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

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

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

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

    This is a gem. Thanks

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

    great explanation

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

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

    Thank you !

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

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

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

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

  • @irandokhtdehghani
    @irandokhtdehghani 2 месяца назад

    Why you didn't use values(calendar [date]))?

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

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

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

    Great video thanks from Nepal

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

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

    Great video!

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

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

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

  • @UU-ry6gt
    @UU-ry6gt Год назад

    Very cool and useful stuff, even for pro user!

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

    Great video sir

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

    Great!

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

    While drilling down it is converting to a cluster bar

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

    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

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

    super

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

    Greatest

  • @chadweber1351
    @chadweber1351 9 месяцев назад

    That intro 😂

  • @ndm2221
    @ndm2221 5 месяцев назад

    😅😇🙏🏾

  • @BizzByPritesh
    @BizzByPritesh 7 месяцев назад

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