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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
AmalrajRRD1
Helper II
Helper II

Functions

Hi all,

 

I have one doubt on conditional calculation. for example i have category column, in category column have different filed like "POC","LON","FLD". I want to get "POC" total value . 

 

Is there possible to get my value.

Help  me on this

 

Thanks

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi AmalrajRRD1,

 

You can create a measure “Total of POC” using DAX:

Total of POC = CALCULATE(SUM(Table1[Value]), Table1[Category] = "POC")

11.PNG

PBIX here:

https://www.dropbox.com/s/01dzvaoxtkui1b0/For%20AmalrajRRD1.pbix?dl=0

 

Regards,

Jimmy Tao

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi AmalrajRRD1,

 

You can create a measure “Total of POC” using DAX:

Total of POC = CALCULATE(SUM(Table1[Value]), Table1[Category] = "POC")

11.PNG

PBIX here:

https://www.dropbox.com/s/01dzvaoxtkui1b0/For%20AmalrajRRD1.pbix?dl=0

 

Regards,

Jimmy Tao

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.

Top Solution Authors