Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello, I have a DateTime Column like this:
I also have a column Month Name:
I want to create a measure to calculate how many unique days per each month. Nonetheless when I write these formulas, they do not work (always shows 31):
and:
This one works:
Could you help explain why my first 2 formulas do not work as expected, I am understanding something wrong.
Thank you a lot!
Solved! Go to Solution.
Hi @berry195 - Both the first two formulas are not considering the month context when calculating distinct days. They’re working over the entire dataset rather than per month, which is why they return the total number of distinct days (or all days) in the dataset rather than for a specific month.
Hope it helps.
Proud to be a Super User! | |
Hi @berry195 - Both the first two formulas are not considering the month context when calculating distinct days. They’re working over the entire dataset rather than per month, which is why they return the total number of distinct days (or all days) in the dataset rather than for a specific month.
Hope it helps.
Proud to be a Super User! | |