Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a dataset pulled from an excel sheet that is manually updated. There is a Task column with 3 values and sometimes a task will go months without any updated values. I'm setting up a report for monthly numbers that will show the latest added values for each task in a month, and if the month had nothing added, uses the most recent values added from a previous month. I also added an index column as sometimes there will be multiple updates on the same day but no timestamp. I was able to pull this off with the following measure:
Hi @InternetAndy check part
VAR SelectedTask = "instance segmentation"
you shoud have some function in part after = , like VAR SelectedTask =FILTER(<Your table>, <your column>= "instance segmentation")
I hope this help
Proud to be a Super User!
User | Count |
---|---|
84 | |
80 | |
70 | |
47 | |
43 |
User | Count |
---|---|
108 | |
54 | |
50 | |
40 | |
40 |