Forum Discussion
dPramanik
2 years agoNew Member
Dynamically Filter Table using DAX and SELECTEDVALUE() Function
I need to create a dynamic table that filters certain records from the original transactional table based on a pre-defined date selection. The transactional table (vwProcurementDashboard) is structu...
devesh_gupta
2 years agoImpactful Individual
dPramanik Try out these approaches:
https://medium.com/chandakamit/power-bi-when-i-felt-lazy-and-i-needed-too-many-measures-ed8de20d9f79
If it helps, please mark it as an accepted solution so that other users can find it more easily.
dPramanik
2 years agoNew Member
devesh_gupta Thanks for the link, however, this approach is not feasible for me as I have to do multiple levels of group by and ranking on the filtered result. I've also attached the link to sample files, let me know if you can check on it?