The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Solved! Go to Solution.
this is example of my data set (i want calculate "work item id count" per day and display them on visulization)
@Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
But this how be do cumulative with a date table
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(date,date[date] <=maxx(date,date[date])))
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(date,date[date] <=max(Sales[Sales Date])))
Can you share sample data and sample output in table format?
Appreciate your Kudos.
this is example of my data set (i want calculate "work item id count" per day and display them on visulization)
User | Count |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
14 | |
14 | |
9 | |
7 |