Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.