Don't make these CALCULATE Function Mistakes! ⚠️

preview_player
Показать описание
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 -

✔️ Power Query Course-

✔️ Master Excel Step by Step-

✔️ Business Intelligence Dashboards-

===== LINKS 🔗 =====

===== CONTACT 🌐 =====

===== 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!
Рекомендации по теме
Комментарии
Автор

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

sbn
Автор

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.

ravishmahajan
Автор

This is one for the favorites folder 😊

martyc
Автор

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.

williamarthur
Автор

Love it Chandeep, keep up the grate work!

theg
Автор

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

HappyAnalysing
Автор

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

pouravsahoo
Автор

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

renedoucet
Автор

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

emilmubarakshin
Автор

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

mohammedgouse
Автор

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

rodelharvey
Автор

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

RawShooters
Автор

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

irandokhtdehghani
Автор

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

shomiksarbabidya
Автор

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

GeertDelmulle
Автор

Filter
(
All(sales),
Sales[Channel] = "xyz")

OR
Filter
(
All(sales[Channel]),
Sales[Channel] = "xyz")

Which one is correct ?

@goodly

adityakumarsrivastav
Автор

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

Great video. As always.

hamishmaxa
Автор

Very cool and useful stuff, even for pro user!

UU-rygt
Автор

While drilling down it is converting to a cluster bar

pouravsahoo
Автор

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

sharpunk
join shbcf.ru