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
Amardep1010
Helper I
Helper I

how to lock particular value in CARD visualization

 

 

I wish to be lock second value in CARD visualization($ 40.76 ) while filtering other data

 

 

 

 

sa.JPG

1 ACCEPTED SOLUTION

Hi @Amardep1010,

 

Please download the demo in the attachment. The measure could be like below.

Measure = CALCULATE(sum(Table1[Base rent $/SqFt]), all('Table1'))

how-to-lock-particular-value-in-CARD-visualization

 

Best Regards,
Dale

Community Support Team _ Dale
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

7 REPLIES 7
v-jiascu-msft
Employee
Employee

Hi @Amardep1010,

 

That value looks like a measure. Since you only like to lock one value, the solution could be removing other contexts in the formula like below. If you'd like more details, please provide a sample.

 

Demo =
CALCULATE (
    SUM ( FactSales[SalesQuantity] ),
    ALL ( DimProduct ),
    ALL ( DimDate )
)
// add all the contexts you'd like to remove. the contexts means the filters in a sample way.

 

Best Regards,
Dale

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

Data for work as requested Row 

 

 

Row LabelsSum of Total Site SqFtTotal Base RentOcc-Base RentBase rent $/SqFtTotal ICE
ABCD- 108121975$453,256$20.6357.53$1,264,315.00
ABCD- 12372908$33,442$11.5019.61$57,023.00
ABCD- 445215368$253,572$16.5060.45$928,961.00
ABCD- 449996500$1,529,257$15.8537.23$3,592,426.00
ABCD- 6216200957$2,825,095$14.0610.67$2,143,920.00
ABCD- 6218200957$2,014,514$10.029.92$1,992,659.00
ABCD- 64923466$154,548$44.5965.16$225,848.00
ABCD- 67936202$243,453$39.25117.24$727,124.00

Hi @Amardep1010,

 

Please download the demo in the attachment. The measure could be like below.

Measure = CALCULATE(sum(Table1[Base rent $/SqFt]), all('Table1'))

how-to-lock-particular-value-in-CARD-visualization

 

Best Regards,
Dale

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

Hello friend, Need help on same query. i have data for last 7-8 months and want to lock same value which you locked in card visualization in shared power BI file. i wish to be have same output with month wise, could you please help me on this ? Thanks
AB

Thank you so much my friend 

 

 

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.