The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a running total that will only work for a range of 7 days.. if i add any more days it just keeps repeating the last value
Can you please share the complete table screenshot? What source tables are are involved in this table visual?
@mmowrey , do have data for those additional days ?
Assuming - Red Cell Projected is measure
This seems fine. or try like
CALCULATE(
[Red Cell Projected],
FILTER(
ALL(BloodDrive[DriveDate]),
BloodDrive[DriveDate]<= MAX(BloodDrive[DriveDate])
)
)
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
There is data for those other days.. and if i just run for those days it calculates.. It just stops after 7 days
User | Count |
---|---|
24 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
9 | |
9 |