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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.
| User | Count |
|---|---|
| 54 | |
| 39 | |
| 35 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 138 | |
| 102 | |
| 59 | |
| 36 | |
| 35 |