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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
mlopez1987
Frequent Visitor

Data Not Displaying Correctly

Hi!

 

I have a set of data (in Excel) connected to my Power BI report with several filters. I have a visual (Stacked Column Chart) to show the total area for each month; the issue I'm having is that for some reason, the visual is not showing any data for the month of January 2023. In this month, I should have one active project (dark blue), but it is not showing at all (even if I remove the filters, the data shows up but with no status). The missing data is for that month only.

 

Do you think is the formula I used?

 

Thanks for your help

 

I can upload the files, but don't know how.

 

 

mlopez1987_0-1704482246809.png

mlopez1987_1-1704482341514.png

mlopez1987_2-1704482473779.png

 

 

1 ACCEPTED SOLUTION
wini_R
Solution Supplier
Solution Supplier

Hi @mlopez1987 ,
I guess the issue is caused by bad/ambiguous data model - you have several many to many both directional relationships which is not a good practice.

When you create a relationship between Project Status and 03_Area Spread seems you get correct result:

wini_R_0-1704663871558.png

 

View solution in original post

5 REPLIES 5
Ahmedx
Super User
Super User

this happens to you because of
1) you wrote in capital letters (ACTIVE) but it should be like this (Active).

Screenshot_2.png
2) due to both relationships
I need an inactive relationships here

Screenshot_3.png

wini_R
Solution Supplier
Solution Supplier

Hi @mlopez1987 ,
I guess the issue is caused by bad/ambiguous data model - you have several many to many both directional relationships which is not a good practice.

When you create a relationship between Project Status and 03_Area Spread seems you get correct result:

wini_R_0-1704663871558.png

 

AmiraBedh
Super User
Super User

Can you share your model and the DAX measures?


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Can you point to the measures and the tables you are using ?


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors