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.
Hello, I would like to count the number of occurrences of water points either new or rehabilitated and visualize the numbers separately in charts. How do I go about this? Thank you
Solved! Go to Solution.
Hi,
There are multiple ways to do this which all differ based on your specific need.
Here are some examples:
Simple measure = count('Water'[Structure])
Measure with filters:
I hope this helps to solve your issue and if it does consider accepting this as a solution and giving it thumbs up!
Proud to be a Super User!
Kindly share the pbix file for this. Thank you
Thanks, I would want my visuals to appear like below
HI @sawn
Try these measures:
No. of Rehabilitated Water Points =
No. of New Water Points =
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi,
I'm looking for DAX function to be used to solve this.
In my below table, i'd like to count number of occurences of title per month. For example, in June we have 2 title, In August we have 3 etc......
How can i go about this?
Thank you
Hi,
I have almost the same problem and looking for DAX function to be used to solve this.
In my below table, i'd like to count number of occurences of title per month. For example, in June we have 2 title, In August we have 3 etc......
How can i go about this?
Thank you
User | Count |
---|---|
13 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
22 | |
19 | |
12 | |
11 | |
7 |