Just have a very simple question on how to index a value in PowerBI, suppose I have the following data set loaded.
Now, suppose I want the value 55 from the alert status column. Index wise (starting from 0), it would be (4, 2). What is the easiest way to select value 55? For example, in Python, I can go Table[4, 2].