Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi all,
I created a calculate table hoping to make calculations based on buyer emails.
I got what I want using Calculate function with putting any filter parameter.
I check the result again by creating measure and they are all correct.
But what confusing me is that how does it work?
How does dax know that the result should be filter by buyer email when Calculate is applied?
Data Relation
Using Calculate without filter got the correct result
Wrong result without Calculate
Compared with measure(left table) and Calculate Tabel(right table)
Thanks in advance.
Solved! Go to Solution.
Hi @shihwenwu,
Maybe you could refer to this blog for detailed description about CALCULATE() function.
The Calculate Function in Power BI
Best regards,
Yuliana Gu
Hi @shihwenwu,
Maybe you could refer to this blog for detailed description about CALCULATE() function.
The Calculate Function in Power BI
Best regards,
Yuliana Gu
Thank you Yuliana, I'll take a look of it