Forum Discussion
S-Curve Daily Progress
- Anonymous2 years ago
Hi AllanBerces ,
Are the dates you show in Visual in Sheet1(2), I reproduced your scenario
Here are the steps you can follow:
1. Create measure.
Measure = SUMX( FILTER(ALL('BRUNEI_WTI'), 'BRUNEI_WTI'[Date]=MAX('Sheet1 (2)'[Date])),[earned last 24hrs])2. Result:
If it doesn't meet your desired outcome, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi AllanBerces ,
Are the dates you show in Visual in Sheet1(2), I reproduced your scenario
Here are the steps you can follow:
1. Create measure.
Measure =
SUMX(
FILTER(ALL('BRUNEI_WTI'),
'BRUNEI_WTI'[Date]=MAX('Sheet1 (2)'[Date])),[earned last 24hrs])
2. Result:
If it doesn't meet your desired outcome, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi,
Thank on your reply, the result on the measure sum of all. How can i filter it on specific category? coz the earned last 24 hrs has diffrent category.
Thank you