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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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