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 September 15. Request your voucher.
Hi,
I have table with date column and count column.
I want to store count of ids(from another table) in count column if date is today().
This sould be happen on daily basis.
It should not change the previous values of the count column.
based on date, count column should get updated.
Kindly Help me with this.
Solved! Go to Solution.
Hi @Anonymous ,
I create a calculated table using the function of summarize you can have a try.
Table = SUMMARIZE(Table1,Table1[Date],"count ID",CALCULATE(COUNT(Table1[ID]),FILTER(Table1,Table1[Date] = TODAY())))
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
I create a calculated table using the function of summarize you can have a try.
Table = SUMMARIZE(Table1,Table1[Date],"count ID",CALCULATE(COUNT(Table1[ID]),FILTER(Table1,Table1[Date] = TODAY())))
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
32 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |