Forum Discussion
Anonymous
5 years agoNot applicable
Remove partial filter context in Calculated column
Hi Folks, I want to build a data model as shown below: I want a calculated column "Revenue ignoring country" to show total revenue for each supplier(ignoring country-wise split). How can th...
- 5 years ago
Hi,
Write this calculated column formula (not measure)
=calculate(sum(data[revenue]),filter(data,data[supplier]=earlier(data[supplier])))
Hope this helps.
Ashish_Mathur
5 years agoSuper User
Hi,
Write this calculated column formula (not measure)
=calculate(sum(data[revenue]),filter(data,data[supplier]=earlier(data[supplier])))
Hope this helps.
jostnachs
1 year agoHelper IV
I have same issue but two different tables. couldnt acheive it though. any help please Re: Adding a calculated colum with different aggre... - Microsoft Fabric Community