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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Insert single measure to table visual

Hi! I'm new to PowerBi an was trying to insert a mesure into a specific table cell (subledger account balance). Clearly, when I pull the measure, it populates the whole column.

This is what I need:

2021-10-22 13_45_03-PRM BL Table.xlsx - Excel.png

 

This is what I am getting:

2021-10-22 13_45_22-PRM BL Table.xlsx - Excel.png

 

Appreciate any help!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

If you want to specify a row to return results, you can see the following example

Sample data:

vstephenmsft_0-1635141945916.png

 

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table',[ID]="B"))

 

6.png

After checking 'Show items with no data', you can see that only row B returned the result.

7.png

 

If you still have doubts, please share the complete sample data and expected results. The screenshot you provided seems to be incomplete.

 

 

Best Regards,

Stephen Tao

 

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

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

If you want to specify a row to return results, you can see the following example

Sample data:

vstephenmsft_0-1635141945916.png

 

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table',[ID]="B"))

 

6.png

After checking 'Show items with no data', you can see that only row B returned the result.

7.png

 

If you still have doubts, please share the complete sample data and expected results. The screenshot you provided seems to be incomplete.

 

 

Best Regards,

Stephen Tao

 

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

 

 

aj1973
Community Champion
Community Champion

Hi @Anonymous 

From what I see your measure is not filtering the selected entity.

Can we see your measure?

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors