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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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
ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.