Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
The logic is here:
1. All the calculations only use the same table (event). Columns include:
2. I want to show a table, that every equipment id a row, the other column use a measure, which includes 2 parts, the first part is to get the nearest 's ReportedSiteDateTime's record's Status (Grouped) with the condition EventType= "PICO".
Solved! Go to Solution.
When the event id is not found, do not do the following steps and just show blank.
The variable can be:
var = if(facttable[eventid] IN VALUES(eventtable[event[id]), [measure], BLANK())
For more suggestion, please provide a sample pbix, it is difficult to follow all logic and measures just with text.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
When the event id is not found, do not do the following steps and just show blank.
The variable can be:
var = if(facttable[eventid] IN VALUES(eventtable[event[id]), [measure], BLANK())
For more suggestion, please provide a sample pbix, it is difficult to follow all logic and measures just with text.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.