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
Anonymous
Not applicable

Create a calculation based on the result of a page filter

Hi everyone, 

I have a column 'Letters' includes letters from A to ..
I am applying a page filter, that should filter the 'Letters' to be from C to X .. 
Whenver I make any calculation to take MIN(Letters) , I always get the A .. 
Is there a way to include the page filter in the calculation , to make MIN(Letters) = C ?

Here's the pbix file: https://drive.google.com/file/d/1C8aPCQPa6l5AKwEwAiW1HShbTVmK85_e/view?usp=sharing 

Thanks in advance 🙂

1 ACCEPTED SOLUTION
mahoneypat
Employee
Employee

I looked at your file.  The reason is that you used MIN in a calculated column, which do not respond to slicers.  You need to make a measure like this, and use it in your card.

 

Min Letter Measure = MIN('Table'[Letter])
 
Regards,
Pat




Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

3 REPLIES 3
mahoneypat
Employee
Employee

I looked at your file.  The reason is that you used MIN in a calculated column, which do not respond to slicers.  You need to make a measure like this, and use it in your card.

 

Min Letter Measure = MIN('Table'[Letter])
 
Regards,
Pat




Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


mahoneypat
Employee
Employee

Please explain your model more.  For example, how are you filtering from C to X?  Does that table have an index column and you are using those number to filter it?  If you make a table visual, do you confirm that the A row is filtered out by the page filter?

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Anonymous
Not applicable

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.