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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Noak
Helper IV
Helper IV

Latest Value Direct Query

Hi guys I need your assistance/tips in orders to present (with direct query connection) latest battery value.

 

for eample here's my sample data:

 

CellDateTimeBattery
7/20/2018 3:5397
7/25/2018 13:32100
7/25/2018 13:33100

 

I would like to create a measure that calculates the latest battery state (7/25/2018 13:33) 100.

 

TNX !.

BR,
Noa.
7 REPLIES 7
v-danhe-msft
Employee
Employee

Hi @Noak,

Based on my test, you can refer to below steps:

1.I have entered some sample data in SQL Serve like the picture below and use the Power BI to get the data in Direct Query mode.

L.PNG

2.Create a measure.

Measure 2 = IF(CALCULATE(SUM(Table_4[CellDateTime]))=MAXX(ALL('Table_4'),'Table_4'[CellDateTime]),CALCULATE(SUM(Table_4[Battery])),BLANK())

3.Create a Table visual and add the field. Now you can see the result.

LLLLL.PNG

Regards,

Daniel He

 

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi thank you for you assitance @v-danhe-msft,

Unfurtunatly it doesnt work as card visual.

 

Capture.PNG

BR,
Noa.

Hi @Noak,

If you want to show in the card,  you could use this measure:

Measure = CALCULATE(SUM(Table_4[Battery]),FILTER('Table_4','Table_4'[CellDateTime]=MAX('Table_4'[CellDateTime])))

 

A.PNG

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-danhe-msft

Filter isnt support in direct query mode =\.

 

Any ideas?

BR,
Noa.

Any thoughts? @Gethelp 

BR,
Noa.

Hi @Noak,

It could work on my side:

1.PNG

From your description that you could not ues the filter function, could you please check the "Allow unrestricted measures in DirectQuery mode" has been checked? And you could test the measure again.

2.PNG  

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you @v-danhe-msft

 

Its works now, but it gives me the wrong output . Any ideas why it might happen?.Capture.PNGMax(Nano[CellDateTime])  => 8/2/2018 10:58:44 AM

CALCULATE(sum(Nano[Module44Bat]),FILTER(nano,Nano[CellDateTime]=Max(Nano[CellDateTime])) => 0

 

 

 

 

BR,
Noa.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.