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 Experts,
I am new to power BI. I want to get total targets for the period between minimun service date and maximum service date.
Total Current Target for below period should be : 73388. But when I applied the dax fomular it shows : 69936
Dax calculation applied,
CurrentTarget= CALCULATE(sum(mh_target[occasion_of_service]),filter(mh_target,mh_target[Target_startdate]<=service_contact[Max serviceYearMonth]&& mh_target[Target_startdate]>=service_contact[Min serviceYearMonth]))
Could you kindly giude me If there is any issue with the calculation please.
Thank you!
Thilini
@Thilini Your measure looks correct to me but I feel like you have first date of each month in Target_startdate column and when comparing mh_target[Target_startdate]<=service_contact[Max serviceYearMonth] you are missing December month data for year 2019. What is the column that you are using in adjacent to occasion of service is that target start date column or any other column?
Hi Vimal,
Thank you for your reply.
Yes I am using Target_startdate adjacent to occasion of service. I put first date of each month as target table doesn't have a date column. It has two seperate columns for month and year.
Exactly my concerns is also why it is missing December month data for year 2019? Because it filters for 2018/01/01(min) and 2019/12/01(max).
Really appreciate your support. Thank you!
Kind Regards,
Thilini
Kind Regards,
Thilini
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |