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.
Hi i'm calculating sales over month. with a year to date total column. it is working fine if there is sales for the current month but if there is no sales, it is not calculating for this month.
=CALCULATE (
[Sum of LINETOTAL],
FILTER (
ALL ( Query[MonthOrder] ),
Query[MonthOrder] <= MAX (Query[MonthOrder] )
)
)
ex of the result if there is no sales in november
order oct---YTD OCT---order nov---ytd NOV --- order dec--- YTD DEC
1000 5000 empty empty --- 1000 6000
what i want is to have 0 for order nov and 5000 for YTD Nov
hi @P-H ,
Seems doable but also strange. Try to pose some sample data, ideally with expected result.
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 |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
9 | |
8 |