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 All,
i want to migrate below formula from Tableau to Power BI Dax,
Days to Pay = sum({INCLUDE [Cocd Docno]: sum([Grss Amnt Usd])}*{INCLUDE [Cocd Docno]: sum([Days to Pay (unweighted)])})/sum([Grss Amnt Usd])
Thanks in Advance..
@Anonymous , Try like
sumx(values(table[Cocd Docno]), calculate(sum([Grss Amnt Usd]) *( sum([Days to Pay (unweighted)])/sum([Grss Amnt Usd]))))
Refer to my video of same, if needed
Power BI- Chapter 10- LOD Include (Level Of Details): https://youtu.be/nmBVc2fN6aU
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!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 6 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |