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 @Norbertus ,
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 @Norbertus ,
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!
Featured Session Drive Data Culture with Power BI: Vision, Strategy & Roadmap. Register here https://myignite.microsoft.com #MSIgnite #PowerPlatform #Power BI
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
449 | |
186 | |
109 | |
60 | |
51 |
User | Count |
---|---|
433 | |
180 | |
119 | |
75 | |
74 |