March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
So, I manually created a table that looks like this
Name of the Pipeline | Report Name | Amount |
ABC | A1 | |
DEF | B2 | |
GHI | B3 |
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 Pipeline | Report Name | Amount |
ABC | A1 | =SumofABC |
DEF | B2 | =SumofDEF |
GHI | B3 | =SumofGHI |
Solved! Go to Solution.
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
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
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
113 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
165 | |
116 | |
63 | |
57 | |
50 |