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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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