Forum Discussion
Dynamically highlight rows of a table based on the data.
Hey Learner_SG ,
please describe the expected result based on the data you provided.
It's not necessary to use DAX, instead you can use some prose, like
For the 27th of January I expect the following recommendation
...
because
on the 20th of January the data was this and aggregating the data like that will provide the expected result.
Regards,
Tom
Hi TomMartens ,
this will be having real time data collection once implemented.
So what I need is that ,I have to come up with a logic which will be changing each day based on the last week data.
The expected result is that it has to show the recommended cleaning schedule for 4 timings (in the dashboard)based on the last week same day occupancy count and water usage for the urinal and water closet.Is it possible to come up with a logic based on the the provided data?
- TomMartens4 years ago
Super User
Hey Learner_SG ,
if you have real time streaming data, you have to get familiar with using realtime streaming datasets. The video by Reza Rad shows how can incorporate measure in combination with streaming datasets: Writing calculations on a real time streaming Power BI dataset using DAX measures - YouTube
To answer your question: Yes it's possible, but nevertheless you did not provide the algorithm on how to highlight the schedules.Regards,
Tom- Learner_SG4 years ago
Helper IV
Hi TomMartens ,thank u for the reply. I need to come up with an alogirthm as nothing else is provided from the client side and I am clueless how to proceed with the informations that I mentioned in the previous msgs.