Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
dears,
good day!!
i have a table named table1 where it shows
date, employee#, transaction#
1/1/2022 5656 123
2/1/2022 6565 321
and i would like to write sql script where employee done 2 transaction in same day
for example transaction numbers are 123 and 321
can anyone help
thank you!!
Hi, here's a community for powerbi and not sql,
Please try
SELECT employee# FROM table1 GROUP BY employee#, DAy(date) HAVING COUNT(transaction#) >= 2;
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
78 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |