The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have the following YTD calculations:
Solved! Go to Solution.
Hi @Anonymous
Can you not add the two measures you have?
Have you tried with || , since you want both:
YTD_inbound_lines_in_time_OR_early = TOTALYTD ( COUNT ( Purchasing_data[OTD 0d] ), Date_table[Date], Purchasing_data[OTD 0d] IN { "On Time", "Early" } )
But this measure should provide the same result as adding the two you already have. Each item can be either "On Time" or "Early", right?
Hi @Anonymous,
Could you please mark the proper answers as solutions?
Best Regards,
Hi @Anonymous
Can you not add the two measures you have?
Have you tried with || , since you want both:
YTD_inbound_lines_in_time_OR_early = TOTALYTD ( COUNT ( Purchasing_data[OTD 0d] ), Date_table[Date], Purchasing_data[OTD 0d] IN { "On Time", "Early" } )
But this measure should provide the same result as adding the two you already have. Each item can be either "On Time" or "Early", right?
User | Count |
---|---|
78 | |
77 | |
36 | |
32 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |