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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Please someone help to share the dax to replace 0 on top 2 as after sum it just shown blank cell and after September only leave the cell blank.
Try the following :
YourMeasure = IF(ISBLANK(SUM('YourTable'[YourColumn])), 0, SUM('YourTable'[YourColumn]))
| User | Count |
|---|---|
| 49 | |
| 37 | |
| 33 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 132 | |
| 99 | |
| 56 | |
| 37 | |
| 37 |