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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
lavdeepk
Resolver I
Resolver I

how to create calculated field that ignore filter power bi

Hi

 

I want create to calculated column in my power pivot data model that ingore filter.

I use this Dax Formula to create measure : =CALCULATE([Sum of Collection_INR],ALL('YTD'[Prd_Grp])) This works fine when i create measure. Problem is here I cant use measure in Pivot table raw field so i want to create to calculated column insted of measure.

Need your help is there any way/ Other dax formula by useing i can create calculated column in my power pivot data model that ingore filter@Ashish_Mathur

 

Thanks

Lavdeep

 

 

1 ACCEPTED SOLUTION
v-zhenbw-msft
Community Support
Community Support

Hi @lavdeepk ,

 

If you want to create a calculate column to replace the measure, maybe you can try the formula like this,

 

Column = CALCULATE(SUM('Table'[value]),FILTER('Table','Table'[Group]=EARLIER('Table'[Group])))

 

If it doesn’t meet your requirement, could you please provide a mockup sample based on fake data or describe the fields of each tables and the relations between tables simply?

It will be helpful if you can show us the exact expected result based on the tables.

 

Please upload your files to OneDrive For Business and share the link here. Please don't contain any Confidential Information or Real data in your reply.

 

Best regards,

 

Community Support Team _ zhenbw

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

1 REPLY 1
v-zhenbw-msft
Community Support
Community Support

Hi @lavdeepk ,

 

If you want to create a calculate column to replace the measure, maybe you can try the formula like this,

 

Column = CALCULATE(SUM('Table'[value]),FILTER('Table','Table'[Group]=EARLIER('Table'[Group])))

 

If it doesn’t meet your requirement, could you please provide a mockup sample based on fake data or describe the fields of each tables and the relations between tables simply?

It will be helpful if you can show us the exact expected result based on the tables.

 

Please upload your files to OneDrive For Business and share the link here. Please don't contain any Confidential Information or Real data in your reply.

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.