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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Suddenly blank values in slicers and visuals

Overnight I have gained blanks within all my slicers and visuals with no apparent reason why. I have followed this (https://www.youtube.com/watch?v=23qemkDqMVY) to the best of my ability and can see no problems with my mismatching data and this is occuring in all my slicers and visuals rather than just one. Are there other potential causes?

 

See below screenshot. I have 3020 blanks in the FEEDBACK ID column which is expected but there is no number listed against blanks for the JobRole ID column. So why is it showing if there are apparently none? 

 

brownrice_0-1668074274458.png

 

13 REPLIES 13
menglaro78
Microsoft Employee
Microsoft Employee

Hi @Anonymous ,

can you please share your datamodel and the data view of your table which contains those fields?

 

Thanks

Marco

amitchandak
Super User
Super User

@Anonymous , are the Job ids missing in the dimension table, which are present in the fact?

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

I don't believe so. 

Fact table - JobRole ID column stats

brownrice_0-1668075594488.png

Dimension - JobRole ID column stats

brownrice_1-1668075649541.png

 

My data model is thus and i believe it is something to do with the relationships with the two fact tables as if i delete those the problem seems to correct itself 

brownrice_2-1668077340425.png

 

Hi @Anonymous ,

I suggest to use Vertipaq Analyzer in DAX Studio in terms to understund if you have RI Violation and Missing Keys.
In my opinion this is the issue.

 

Marco

Anonymous
Not applicable

Hi Marco, 

I have DAX Studio but have never used it. I'll have to look into how to try your suggestion although if you know of a good resource for this please do not hesitate to share 🙂

HI,

go to Advanced Menu e click on view metrics.

If ypu want share with us, click on Export Metrics and upload vapx file in chat.

DaxStudio.png

 

Marco

Anonymous
Not applicable

Hmm it appears you might be correct! Now then how to fix...

brownrice_0-1668083939863.png

 

Hi @Anonymous ,

go to Relationship Tab and see relation with missing Keys

 

rela.png

If you want see the occoriencies use this DAX code:

 

EVALUATE
    CALCULATETABLE(
        VALUES('Fact Sales'[Product ID]) ,
        ISBLANK('Dim Product'[Product ID])
        )
Marco
 
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
 
Anonymous
Not applicable

brownrice_0-1668086995912.png

trying out your code if I have interpreted it correctly i just get:

brownrice_1-1668087758176.png

 

 

Hi,

you have to check the reports that have RI Violation.
From the code you posted you are analyzing a relationship between two DIMs that from your data model does not seem to exist.

 

Marco

Anonymous
Not applicable

Thanks for all your responses on this Marco, it is appreciated.

 

See violations below (is it normal to have that row including 'RowNumber-2662979B...'?. similar values appear in the other tables.)

brownrice_3-1668152157675.png

Relationships & missing keys: 

brownrice_6-1668152341012.png

Perhaps I have made a mistake i calling the employees table a dimension table. My model is such that I have a table of distinct employees linked to a fact table of survey responses but also linked via ID's to gender, ethnicity, team, job role etc etc dimension tables.

 

 

HI,

I don't understand why RI Violations are detected, but they are not seen in the Relationship tab.
If it's not a problem for you can you share the vpax file privately?

Marco

Anonymous
Not applicable

I have PM'd you, thanks again.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.