Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
Can somebody help me with this problem?
I want to count the number of persons per day, but only for the last 7 days.
For dates that do not appear in the table, the values will be set to 0. But, I only want that for the last 7 days.
So, for today, it must be in the axis X: from 19/02/2024 to 25/02/2024(Today).
So, I don't want the other dates to appear.
Thanks!
Solved! Go to Solution.
Hi @game1
try this for RETURN: IF( Last7DaysCount > 0, Last7DaysCount, BLANK() )
If you don't want a value to appear, it has to be blank, rather than 0.
Hi @game1
try this for RETURN: IF( Last7DaysCount > 0, Last7DaysCount, BLANK() )
If you don't want a value to appear, it has to be blank, rather than 0.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!