This is the sample data I used for test
t Train Dump | Inload |
---|---|
a | 100 |
b | 200 |
c | 300 |
a | 300 |
Then you create measures
Total Inload = sum(fact_InloadAct[Inload])
Measure = maxx(all(fact_InloadAct[t Train Dump]),[Total Inload])
Then in the settings, you find the maximum range for X-axis. Click the fx button
select the measure we just created