Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I want a table where the total count of items is displayed next to their related promotion codes. What DAX measure should I write down?
Thank you
Solved! Go to Solution.
You don't need any DAX for this. use the implicit "Count" measure.
Create a table visual. Add the Prom and Items columns. Change the Items column to "Count" aggregation.
it doesn't work if i do this:

why? thanks
You don't need any DAX for this. use the implicit "Count" measure.
Create a table visual. Add the Prom and Items columns. Change the Items column to "Count" aggregation.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.