Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
Hi Experts,
I have some problem/question.
I've got measure which highlights max value on the column chart:
but this measure gives me different results dependent on the table mode (Direct Query and Import):
Do you have any suggestions?
Thank you in advance.
Solved! Go to 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:
I used ROUND to deal with this problem and it works. But why there is a difference?
@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.
@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.
@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:
I used ROUND to deal with this problem and it works. But why there is a difference?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
9 |