Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi All,
Can anyone please help me in deriving Quarter over Quarter values for current and previous month without filtering Date/Month/Year for Current DateTime? I am able to derive the all previous quarter values as can be seen from the below screenshot, however would only like to have values for current and previous quarter which would be '0' and '2884'. I would not like the other values to appear or cumulate.
The DAX Code written by me is as below:
Thanks in advance.
Solved! Go to Solution.
Hi Henry,
Thanks for reverting. However, I managed resolving my query with the below.
Hi @Anonymous ,
You can try to add an if function as a judgment condition. As follows:
result = if( table[date] = ***,[loadsQoQ],if( table[data] = ***,[loadsQoQ0],0))
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Henry,
Thanks for reverting. However, I managed resolving my query with the below.
Hi @Anonymous ,
That is great! You can mark yourself answer as the solution to help the other members find it more quickly.🙂
Best Regards,
Henry
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.