Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
So fare, I have made a measurement showing the number of cases for the last 30 days:
Cases each 30. day = CALCULATE([Number of cases], DATESINPERIOD('Page 1'[Updated].[Date],TODAY(),-30,DAY)).
Every case has a uniqe case ID.
So the question is: How can I relate that to each costumer?
I hope someone can help. Thanks in advance!
BR Rebekka.
Hi. It did not help, since I cannot choose my number of cases is a measurement, witch I canput into your measurement formal
Hi @Anonymous ,
Try to add a filter. We often use
FILTER(ALLSELECTED('TABLENAME'),[COLUMNNAME]=MAX('TABLENAME'[COLUMNNAME]))
to gourp by.
For example,
Measure = CALCULATE(SUM('Table'[Sales]),FILTER(ALLSELECTED('Table'),[Customer]=MAX('Table'[Customer])))
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 14 | |
| 14 | |
| 10 | |
| 8 | |
| 8 |