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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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