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
Gokul_G16
Resolver I
Resolver I

Using measure how to add the other table some number into current table

Dear All,

Good Day,

I would like to need your support and  exectue the below shown calculation in DAX. Since have tried some All and ALL Expected calculation it won't come sorted out. need you help on.

Important
In that  b row should add manully 10 number the same row against B row category dax.

 

    
 dataAdditional valueResult column
Categorylicenseprojectedutilized
a50 50
b701080
c90 90
d110 110
1 ACCEPTED SOLUTION
v-xuxinyi-msft
Community Support
Community Support

Hi @Gokul_G16 

 

You can create two calculated columns as follow.

 

projected = IF('Table'[Category] = "b", 10, BLANK())
Utilized = [license] + [projected]

 

 

vxuxinyimsft_0-1707890522399.png

Is this the result you expect?

 

Best Regards,
Yulia Xu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-xuxinyi-msft
Community Support
Community Support

Hi @Gokul_G16 

 

You can create two calculated columns as follow.

 

projected = IF('Table'[Category] = "b", 10, BLANK())
Utilized = [license] + [projected]

 

 

vxuxinyimsft_0-1707890522399.png

Is this the result you expect?

 

Best Regards,
Yulia Xu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.