The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |