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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
Community Champion
Community Champion

@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!:
DAX For Humans

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

@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!:
DAX For Humans

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