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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
VisualJade
Frequent Visitor

Data Modelling error: Missing rows in matrix

DATA MODEL:
This is what my data model looks like:
Date to date, country to country etc.
All Many (Fact Table) to one, all in single cross-filter direction.

VisualJade_0-1714360465415.png

MATRIX VISUAL
I'm trying to calculate the no of distinct companies for each country and application status. I'm using Application Status and Country from the respective tables, and count distinct no of companies. However, one country is missed out. 

VisualJade_1-1714360645195.png

I've previously tried to use only the fact table for the Application Status and Country, but I get the same results.
If I deselect 'Application Status', I will have both countries and their values. But I also need to create a 'total' column to show the total of each country. This will then affect the cell formating, as I actually don't want the background of Totals to be formatted. 

Any way around this? Thank you !

1 ACCEPTED SOLUTION
VisualJade
Frequent Visitor

LOL I forgot to try this and it worked:

CountofCompanies =DISTINCTCOUNT(Fact Table[Company])+0

 

Bruh.

View solution in original post

2 REPLIES 2
VisualJade
Frequent Visitor

LOL I forgot to try this and it worked:

CountofCompanies =DISTINCTCOUNT(Fact Table[Company])+0

 

Bruh.

vicky_
Super User
Super User

Is the issue just that you want both countries to show? If so, right-click on the Country dimension and select "Show items with no data"

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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