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 a table called "Devicebreakdown" , from which I need to find out how many were "android users" , "ipad", etc
How do I go about doing this
Thank you
Solved! Go to Solution.
Hi @Anonymous
Simply create a measure and use distinctcount ( unique_id ) and then in a table visual drag platform and your new measure.
Thanks,
Ankit
Hi @Anonymous
Simply create a measure and use distinctcount ( unique_id ) and then in a table visual drag platform and your new measure.
Thanks,
Ankit
@Anonymous , create a visual platform on row take distinctcount of machash or userid, if you have.
or take the platform on slicer and filter for these two take distinct count of machash or userid on card
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
28 | |
18 | |
13 | |
9 | |
5 |