Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
This is a different approach, but I believe it does what you need. It return blank until the end of the current quarter is reached.
Sale Not This Quarter =
VAR thisquarterstart =
DATE ( YEAR ( TODAY () ), FLOOR ( MONTH ( TODAY () ) - 1, 3 ) + 1, 1 )
RETURN
IF ( MAX ( 'Date'[Date] ) < thisquarterstart, [Total Sales], BLANK () )
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
For Example: It's July right now. I want sales data in July to be excluded, and sales data in August to be excluded, and sales data in september to be excluded until the sales data in October comes in.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |