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
ricky23
Frequent Visitor

Not able to add Measure values to a manually created table

So, I manually created a table that looks like this

 

Name of the PipelineReport NameAmount
ABCA1 
DEFB2 
GHIB3 

 

Now, I have created measure values for each pipeline. SumofABC, SumOfDEF and SumOfGHI

 

How do I add these values to the Amount Column?

 

Such that the Output is

 

Name of the PipelineReport NameAmount
ABCA1=SumofABC
DEFB2=SumofDEF
GHIB3=SumofGHI

 

2 ACCEPTED SOLUTIONS
pa_trick67
Helper I
Helper I

Hi @ricky23 

Have you tried the switch function.

Kind of :

Switch(values(Name of the Pipeline);"ABC";SumofABC;"DEF";SumofDEF;"GHI";SumofGHI)

If it solves your issue please mark as solution.

 

Patrick

View solution in original post

v-lili6-msft
Community Support
Community Support

HI, @ricky23 

You need to create a calculate column for Amount by IF or SWITCH Function like pa_trick67 said.

https://radacad.com/measure-vs-calculated-column-the-mysterious-question-not

 

Regards,

Lin

Community Support Team _ Lin
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

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

HI, @ricky23 

You need to create a calculate column for Amount by IF or SWITCH Function like pa_trick67 said.

https://radacad.com/measure-vs-calculated-column-the-mysterious-question-not

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
pa_trick67
Helper I
Helper I

Hi @ricky23 

Have you tried the switch function.

Kind of :

Switch(values(Name of the Pipeline);"ABC";SumofABC;"DEF";SumofDEF;"GHI";SumofGHI)

If it solves your issue please mark as solution.

 

Patrick

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