Forum Discussion
JPlendo
Sep 19, 2024Brass Contributor
Azure Virtual Desktop - Black Screens on logins - What we've tried so far
TLDR - Azure Virtual Desktop Black Screens. Could be 2 Min long, could be much longer. Tried removing stuck profiles, spun up all new VMs to see if that would fix it, finally disabled an applicatio...
dacid671
Oct 02, 2024Copper Contributor
To count individual values, use COUNTIF in spreadsheets for specific counts, or UNIQUE with COUNTA for unique values. In Python, you can use collections. Counter or convert your list to a set and apply len(). In SQL, use COUNT with GROUP BY. Let me know if you need more help!