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,
I've looked at a few posts about similar issues and tried all the solutions and I'm still getting a blank return when I'm expecting numbers.
I have a feedback form that I want to count the number of responses I've recieved in a time period and beside it a comparison of how many people responded in the same time period last year. The time period is dependant on what the user selects on a date slicer.
I have a date table with the date column the slicer.
I have tried the following:
Hi @elinevans1 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Hey @elinevans1 ,
can this help?
CALCULATE(
[Number of Responses],
DATEADD(
DateTable[Date],
-1,
YEAR)
)
Still the same issue 😞
For my small data model it works fine.
Do you have values to sum for period -1 year in your data model for your specific usecase?
Maybe there are other influences.
I don´t know your model. Just set up one small to check the logic. It worked for me
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.