Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi
I have a dataset with over 5000 data points. It is structured like this:
I would like to add values together that share a unique Timestamp but where UnitName is different. Like this:
Example:
Timestamp is 1/1/2019 1:00:00 AM
84,6 + 17,4 + 66,8 = 168,8
I hope someone can help. Thanks
Solved! Go to Solution.
Hi @M-M-P ,
To create a calculated column as below.
Column = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Timestamp]= EARLIER('Table'[Timestamp]) ))
Hi @M-M-P ,
To create a calculated column as below.
Column = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Timestamp]= EARLIER('Table'[Timestamp]) ))
Thank you very much for your suggestions. I will try them out 🙂
See my article on Mean Time Between Failure (MTBF) which uses EARLIER: http://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/3395.... This would be for a column.
Keep it simple and pull Timestamp and Value on to a table.
IF Value is set to SUM in the field well, you will get the answer you want
User | Count |
---|---|
123 | |
76 | |
63 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |