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
HI
Can someone help me with the next question?
First i have a measure that calculate the datediff between 2 days.
After that i want a new measure that calculated the rows where the first measure is above 10 days
how can i make this?
ps. the filter for the second measure is the result of the first measure
Solved! Go to Solution.
Hi @Anonymous ,
Here is how. Made a measure where output is 5, then another measure using the code below and placed it in a table.
Please let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
m5 = if ([m4]>10, "Yes", "No")
Proud to be a Super User!
Hi @Anonymous ,
Here is how. Made a measure where output is 5, then another measure using the code below and placed it in a table.
Please let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
m5 = if ([m4]>10, "Yes", "No")
Proud to be a Super User!