Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello everybody,
is there anybody who knows how to insert a measure, or editing the query to show values not older than 48hrs? I tried a combination of EACH IF and HOURS but doesn't work.
Cheers,
Andrea
Solved! Go to Solution.
@Anonymous
Hi Andrea,
You can do it in Advance Editor
Or Using the Menus
@Anonymous
Hi Andrea,
You can do it in Advance Editor
Or Using the Menus
Do you also know perhaps how, in the query editor, to make appearing in a new column the value corresponding a Today()-2?
@Anonymous
in a custom column:
Date.AddDays(DateTime.Date(DateTime.LocalNow()),-2)
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.