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
yackpl
New Member

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

@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
Super User
Super User

@yackpl 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!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...
Greg_Deckler
Super User
Super User

@yackpl 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!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

@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
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.