Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Solved! Go to Solution.
Hi @Anonymous
You measure is correct and works well.
I checked that with sample data and resualt for >Jun21 and >Jul21 are as below:
The measure @amitchandak shared has more advantages for you as you can see that on the table.
Please share the data in the table format to be able to review that.
Did I answer your question? Mark my post as a solution!
Appreciate your Kudos !!
Hi @Anonymous
You measure is correct and works well.
I checked that with sample data and resualt for >Jun21 and >Jul21 are as below:
The measure @amitchandak shared has more advantages for you as you can see that on the table.
Please share the data in the table format to be able to review that.
Did I answer your question? Mark my post as a solution!
Appreciate your Kudos !!
@Anonymous , Try with small change
CALCULATE (
SUM ( 'Sales Reports'[Sales Revenue] ),
filter('Sales Reports', CONTAINSSTRING('Sales Reports'[Intake],"Intensive") &&
'Sales Reports'[Student Booking Date] > DATE ( 2021, 5, 31 )
))
or
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@VahidDM Thank you. I re checked my measure and it appears that I had mysteriously put a comma somewhere that shouldn't have been there. 😞 Apologies for this. Thank you for taking the time to check it.
Cheers
Karen
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
6 | |
4 | |
3 | |
3 |
User | Count |
---|---|
13 | |
11 | |
8 | |
8 | |
8 |