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
Hi Darmesh,
I am not clear about your data structure, If your data structure is like Matrix and want to calculate specific columns, you could try to use filter in measure like below
measure= calculate(sum([value]), filter(table, [columnname]="a1"))+calculate(sum([column]), filter(table, [columnname]="a2"))
If your structure is like table, you could calculate column directly
measure1=sum([a1])+sum([a2])
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Darmesh,
I am not clear about your data structure, If your data structure is like Matrix and want to calculate specific columns, you could try to use filter in measure like below
measure= calculate(sum([value]), filter(table, [columnname]="a1"))+calculate(sum([column]), filter(table, [columnname]="a2"))
If your structure is like table, you could calculate column directly
measure1=sum([a1])+sum([a2])
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
88 | |
73 | |
67 | |
49 |
User | Count |
---|---|
199 | |
141 | |
97 | |
79 | |
68 |