Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 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.
Hi All,
I am a beginner to PowerBI and learning about measures. I have been trying to create a measure where it should display the below table in the image attached. I am looking for a solution to display count of ID and Year as shown.
Please do help me with it.
Any suggestions are welcome.
Thank you in advance.
Solved! Go to Solution.
Hey,
create a measure ( https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-measures ) like so:
Count of ID = COUNT('<name of your table>'[ID])
If your table might contain the same ID more than once per year then you might consider replacing the COUNT ( https://dax.guide/count/ )function with DISTINCTCOUNT ( https://dax.guide/distinctcount/ ).
Use the column "Year" (from your existing table) and the measure in a table visual - done 🙂
Hopefully, this provides some new insights.
Regards,
Tom
Hey,
create a measure ( https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-measures ) like so:
Count of ID = COUNT('<name of your table>'[ID])
If your table might contain the same ID more than once per year then you might consider replacing the COUNT ( https://dax.guide/count/ )function with DISTINCTCOUNT ( https://dax.guide/distinctcount/ ).
Use the column "Year" (from your existing table) and the measure in a table visual - done 🙂
Hopefully, this provides some new insights.
Regards,
Tom
User | Count |
---|---|
146 | |
71 | |
69 | |
53 | |
52 |
User | Count |
---|---|
208 | |
94 | |
64 | |
60 | |
57 |