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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
AllanBerces
Post Prodigy
Post Prodigy

Count- Calculated Column

Hi,

Good day can anyone help on my calculated column on how can i achieved the outcome below, count direct base from date, Trade and location.

AllanBerces_0-1723297248681.png

OUTCOME

AllanBerces_1-1723297337254.png

Thank you

1 ACCEPTED SOLUTION
tharunkumarRTK
Super User
Super User

 

@AllanBerces 

 

CalculatedColumn = calculate(Count(Table[Count]), allexcept(Table, Table[Date], Table[Location], Table[Trade] )) 

 

Need a Power BI Consultation? Hire me on Upwork

 

Connect on LinkedIn

 




Did I answer your question? Mark my post as a solution!
If I helped you, click on the Thumbs Up to give Kudos.

Proud to be a Super User!

PBI_SuperUser_Rank@2x.png

 

View solution in original post

2 REPLIES 2
tharunkumarRTK
Super User
Super User

 

@AllanBerces 

 

CalculatedColumn = calculate(Count(Table[Count]), allexcept(Table, Table[Date], Table[Location], Table[Trade] )) 

 

Need a Power BI Consultation? Hire me on Upwork

 

Connect on LinkedIn

 




Did I answer your question? Mark my post as a solution!
If I helped you, click on the Thumbs Up to give Kudos.

Proud to be a Super User!

PBI_SuperUser_Rank@2x.png

 

Hi @tharunkumarRTK  thank you for the reply working as i needed.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors