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.
I want to count the number of rows of data entry that occured yesterday. Having the hardest time. I have a date column
Solved! Go to Solution.
@Yink88 , if this is not a case of snapshot. Then using the required date
countrows(filter(Table, Table[created date] = today()-1) )
Thank you so much! It worked! I have another question.
I have a text column with call locations and I am trying display the text of the location that gets the most calls. How do I do that?
User | Count |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
13 | |
8 | |
5 |