I have following table
Yes | Jan |
Yes | Jan |
Yes | Feb |
Yes | Mar |
Yes | Mar |
Yes | April |
Yes | April |
I need it to be like
2 | Jan |
1 | Feb |
2 | Mar |
2 | April |
Can someone help me achieving this?
Solved! Go to Solution.
Yes. In the query editor, select your month column, hit the Group By button in the ribbon on the Home tab, then choose Count as the aggregation.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Yes. In the query editor, select your month column, hit the Group By button in the ribbon on the Home tab, then choose Count as the aggregation.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Featured Session: Drive Data Culture with Power BI- Vision, Strategy & Roadmap. Register here https://myignite.microsoft.com #MSIgnite #PowerPlatform #Power BI
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
64 | |
34 | |
27 | |
20 | |
8 |
User | Count |
---|---|
66 | |
45 | |
38 | |
32 | |
19 |