Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
userpien
Helper IV
Helper IV

Total counting values that refer to other values

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


userpien_0-1725634054903.png

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

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.

View solution in original post

2 REPLIES 2
userpien
Helper IV
Helper IV

it doesn't work if i do this:

Senza titolo.png

 why? thanks

lbendlin
Super User
Super User

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.

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors