Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 |
---|---|
84 | |
74 | |
63 | |
51 | |
45 |
User | Count |
---|---|
101 | |
43 | |
41 | |
39 | |
36 |