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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Different results dependent on the table mode (DQ vs Import)

Hi Experts,

 

I have some problem/question.

I've got measure which highlights max value on the column chart:

yackpl_0-1662223507995.png

 

but this measure gives me different results dependent on the table mode (Direct Query and Import):

yackpl_0-1662222674059.png

yackpl_1-1662222903698.png

Do you have any suggestions?

Thank you in advance.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Greg_Deckler ok, I've changed the measure, but it doesn't help.

I found something strange (for me), there is a difference (very small) beetwen measure and created table:

error_DQ-import.PNG

I used ROUND to deal with this problem and it works. But why there is a difference?

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

@Anonymous I'm guessing it has something to do with precision and significant digits but really hard to say. DAX overview - DAX | Microsoft Learn

That said, I have no idea what [% nieobecnosci] is in terms of its formula.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Greg_Deckler
Community Champion
Community Champion

@Anonymous Try getting rid of your CALCULATEDTABLE, you don't need it as you can write it as:

 

VAR monthlyAbscence = 
  ADDCOLUMNS(
    SUMMARIZE(ALLSELECTED('DATA'), ...

Otherwise, you may have a situation where a related table is not in Hybrid mode and is thus affecting your imported table but not your DirectQuery table. 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@Greg_Deckler ok, I've changed the measure, but it doesn't help.

I found something strange (for me), there is a difference (very small) beetwen measure and created table:

error_DQ-import.PNG

I used ROUND to deal with this problem and it works. But why there is a difference?

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.