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 Everyone,
I'm trying to write a dax code that will allow me to hide rows in a pivot table if at least one of the elements is blank:
Here is an exemple of my request:
Could you please support me on this ?
Thank you in advance for the help 🙂
Hi,
Share the raw data in a format that can be pasted in an MS Excel file.
@MaJar ,
Var _qtr = countrows(summarize(All(Date), Date[Qtr]))
var _qtr = calculate( countrows(summarize(fact,Date[Qtr], "_1", Sum(fact[Qunatity]) ), filter(allselected(Fact), Fact[Product] = max(Fact[Product]) )
return
calculate(Sum(fact[Qunatity]), filter(fact, _cnt = _qtr) )
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!