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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Aswin_unni
Regular Visitor

Table visual displaying total but blanks in rows


Hi

I'm working on a table visual where I created measures for each columns to display count of accounts, opportunities , Market influenced accounts.

The values for market influence accounts measure under each stage blank but its total is being displayed.
the measure is made by referencing those from another table where they have some tag to be identified as market influenced.
I checked on the stage filter context in the measure and there is no error in referencing that.

There are no active relationship between the tables.

Measure used

Market influenced accounts =

CALCULATE( DISTINCTCOUNT(Opportunity_table[Accounts ID]),

FILTER( Opportunity_table , Opportunity_table [stage] IN {"S1","S2","S3"}
&& Opportunity_table[Accounts ID] IN ( SUMMARIZE (FILTER ( ACCOUNTS_TABLE, ACCOUNTS_TABLE[MKT_INFLUENCED] ="Y"),ACCOUNTS_TABLE[ACCOUNTS ID]))

))

Can anyone please help me with this issue??

 

Aswin_unni_0-1678440896197.png

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@Aswin_unni , Try like

 

CALCULATE( DISTINCTCOUNT(Opportunity_table[Accounts ID]),

FILTER( Opportunity_table , Opportunity_table [stage] IN {"S1","S2","S3"}
&& Opportunity_table[Accounts ID] IN ( SUMMARIZE (FILTER ( allselected(ACCOUNTS_TABLE), ACCOUNTS_TABLE[MKT_INFLUENCED] ="Y"),ACCOUNTS_TABLE[ACCOUNTS ID]))

))

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks for your suggestion Amit.

Tried using allselect but its not working.

What could be the possible reason why the measure displays value in total or a card but not in the rows of a  table?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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