Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a metric calculating the difference between the first and last date in a series of date changes.
Thanks in advance
Solved! Go to Solution.
You can use a SUMX like this:
DeltaTotal =
SUMX ( VALUES ( TableName[Column] ), [Days Close Date Delta] )
Where [Column] is whatever column is the lowest level of granularity in your visual.
Thank you! i had been trying something similar but basing it off of the date field and not the id field. that fixed my issue!
You can use a SUMX like this:
DeltaTotal =
SUMX ( VALUES ( TableName[Column] ), [Days Close Date Delta] )
Where [Column] is whatever column is the lowest level of granularity in your visual.
Thank you! i had been trying something similar but basing it off of the date field and not the id field. that fixed my issue!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
88 | |
87 | |
35 | |
35 |
User | Count |
---|---|
153 | |
99 | |
85 | |
63 | |
54 |