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

Having issues after creating relationship

After creating the calendar table, I created a relationship with another data table. But while creating tabular visual some of the rows are missing from the data. For Example: If my data table contains 30 rows of data, I am able to visualize only 26 rows.

Without creating relation also I am getting less number of rows what I have in the report.

Please help me with this issue asap.

7 REPLIES 7
amitchandak
Super User
Super User

@Anonymous , In case of 1-M, Assume 1 side is master table.

 

If show data with Fact table (On many side) then it will only show the data from the master which present in Fact table.

 

If you want all rows of the master you need to add +0 to the measure

 

Like count(Fact[item]) +0

or use this option

ShowItemwithoutdata.JPG

 

Another reason could be not having the same name on both sides because of Case or white space. Clean those things up

Item1 and Item 1 or  "Item 1 "

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

I tried. I have removed the relationship also to check if all data is coming from the master file. The issue is from master itself it is showing 26 rows instead of 30 rows. 

@Anonymous , do you have duplicate values , if yes by default those will shown distinct values in most of the visuals

Can you share screenshot

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

Divyanshu07_0-1592894563620.png

 

This is my sample data. In this, some of the rows are not coming at the front end part.

 

Anonymous
Not applicable

To be in particular only three specific rows I am not able to visualize and all data corresponds to it.

@Anonymous ,

Put these in a table visual and make both of them unsummarized

https://docs.microsoft.com/en-us/power-bi/create-reports/service-aggregates in that pop there is an option for that

 

Second, if you have a join date with another table, check does your date has a timestamp. By changing datatype to date time and use a format having time.

If you have timestamp then create a join with date field

Date new = [Date].Date

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

I have kept it on don't summarize option only.

Within the master data only, if I am having 30 rows, all rows are not coming with respect to any columns. Few rows are missing out. I have never seen such issues.

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.

Top Kudoed Authors