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
I am migrating a Tableau Dashboard in PowerBI where I came across several Measures which I am not able to convert into DAX. If someone can help me understand will be really helpful & appreciative.
1.
@newbieNG , Try like
Averagex(Values(Table[Month Year]) ,calculate(
sumx(filter(Table, day([Start Time]) <= day(today()) ), [Compute Cost]), allexcept(Table,Table[Month Year])))
whenever you need a column, make sure it is already created like month year, and year. You may not able to use expression
refer if needed
Tableau Vs Power BI- Chapter 6- LOD- FIXED (Level of Details): https://youtu.be/hU-cVOwDCvY
Thanks for prompt reply Amit. So I posted 2 queries , I think you replied for the first one. Also , in your expression where you mentioned Table , is it referencing to the name of table that I have to put?
Sorry I am a newbie to PBI as well as DAX seems complicated to me. Thanks for your help!
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!