Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |