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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
srawatd
Frequent Visitor

Streaming dataset query

Hi All, 

below is my streaming dataset. 

TimeStampStatusProductCostBusiness
T1S1P110B1
T2S2P120B1
T3S1P1100B1
T1S1P252B1
T2S2P241B1
     

I want to achieve below result. latest timestamp group by product only. I use max/last function but it is aggregating on all the columns eg, cost,status etc. This is streaming dataset so I can create only calculated measures. not calculated table.

TimeStampStatusProductCostBusiness
T1S1P110B1
T1S1P252B1

 

1 REPLY 1
v-zhangti
Community Support
Community Support

Hi, @srawatd 

 

You can try the following methods.

Measure = 
IF(SELECTEDVALUE('Table'[TimeStamp])="T1",1,BLANK())

 Put measure into filter and set it equal to 1.

vzhangti_0-1647225343673.pngvzhangti_1-1647225360574.png

Is this the result you were expecting?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.