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! Get ahead of the game and start preparing now! Learn more
Current Result
Expected Result
Hi All,
I wanted to show starting 0 value for month June 2020 (which first month of Revenue). Any help will be highly valuable.
Thanks
@Anonymous , Try like
Assumption is not that we have date table
measure
var _min = minx(filter(Table, not( isblank(Table[sales]) || Table[sales =0)),Table[date])
return
if(eomonth(max(Date[date]),0) <= eomonth(_min,0) , blank(), [measure])
or
measure
var _min = minx(filter(Table, not( isblank(Table[sales]) || Table[sales =0)),Table[date])
return
if(eomonth(max(Table[date]),0) <= eomonth(_min,0) , blank(), [measure])
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 32 | |
| 31 | |
| 18 | |
| 12 | |
| 11 |