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!
Hello,
Here is my fact table:
| Dimension | Value | Execution Period |
| Execution | 266,846,836 | |
| Execution | 286,169,980 | |
| Execution | 324,761,947 | |
| Execution | 81,715,856 | 01/12/2021 |
| Execution | 74,927,028 | 01/11/2021 |
| Execution | 85,850,086 | 01/10/2021 |
| Execution | 89,286,662 | 01/09/2021 |
| Execution | 61,884,045 | 01/08/2021 |
| Execution | 32,137,270 | 01/07/2021 |
| Closing | 610,931,927 | 01/06/2021 |
Here is the DAX for my calendar:
@Anonymous , Hope you are creating a measure , and Backlog Execution is a measure too
try
a new measure
Burndown =
VAR _period = max('Calendar'[Date])
VAR _burndownBacklog = calculate([Backlog Execution],
filter(
all('Calendar'),
'Calendar'[Date]<=_period))
RETURN
_burndownBacklog
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 106 | |
| 64 | |
| 37 | |
| 36 |