Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
7 | |
6 | |
5 |
User | Count |
---|---|
20 | |
11 | |
10 | |
9 | |
6 |