Forum Discussion
New table with dates
- 2 years ago
Hello Danielwood ,
Thanks for your post, I assume you are looking to filter only active records in the Power bI for the sample records you have provided, you can use the measure like this below..
Measure - Calculate(Countrows("Your Table name"), Status = "Active")
Thanks
Dharmendar SIf you find my reply useful please like and mark it as solution.
Hello Danielwood ,
Thanks for your post, I assume you are looking to filter only active records in the Power bI for the sample records you have provided, you can use the measure like this below..
Measure - Calculate(Countrows("Your Table name"), Status = "Active")
Thanks
Dharmendar S
If you find my reply useful please like and mark it as solution.
I actually stumbled upon a fix completely by accident. If I use a line graph rather than scatter, filter the visual to only show active, it worked. Thank you for taking the time to respond