Join 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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I need a measure to show the "Orders" after the "missing since" date.
For example,Please refer the screenshot.
I need a measure to show the order id's after 04-30-22 and within the range specified in the slicer.
As of now, I get the count as 4 in the drillthrough page.
Solved! Go to Solution.
@sshiny , Create a measure
countrows(filter(Table, Table[Order Date] > selectedvalue(Table[Missing date]) ) )
use this as a visual level filter
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@sshiny , Create a measure
countrows(filter(Table, Table[Order Date] > selectedvalue(Table[Missing date]) ) )
use this as a visual level filter
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!