Forum Discussion
Issues with repeating values and dates
- 4 years ago
jarwest try this measure
Total Value = SUMX ( SUMMARIZE ( Table, Table[Date], Table[Group], "@Value", MAX ( Table[Value] ) ), [@Value] )✨ Follow us on LinkedIn
Check my latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
jarwest try this measure
Total Value =
SUMX ( SUMMARIZE ( Table, Table[Date], Table[Group], "@Value", MAX ( Table[Value] ) ), [@Value] )
✨ Follow us on LinkedIn
Check my latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- jarwest4 years agoHelper II
I'm making sure I applied it correctly, but it does not seem to have worked. I'm getting a value that is in the thousands, when my value isn't even in the hundreds. My end goal is a table where I can display the value for each day alongside the date.