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.
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.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |