Forum Discussion
Anonymous
4 years agoNot applicable
How to filter ID;s based on another column
Hi, I have a table where there is ID, previoustasks_ttaskids and employee_ttaskresourceid columns. I need to filter the table to contain only the ID's where previoustask_ttaskid = id and display the ...
- 4 years ago
Hi,
This calculated column formula works
Column = LOOKUPVALUE('refResourceTask (2)'[employee_ttaskresourceid],'refResourceTask (2)'[id],'refResourceTask (2)'[previoustasks_ttaskids])Hope this helps.
Anonymous
4 years agoNot applicable
Seanan
Solution Supplier
4 years agoHi Anonymous
It appears you've created this as a calculated column. Could you please create this as a measure and then you can use it in a table visualisation.
- Anonymous4 years agoNot applicable
Hi Seanan It seems that the end result is the same when using it to measure. Might have something to do with blank spaces 🤔
- Seanan4 years ago
Solution Supplier
Hi Anonymous
Would you be able to send the PBIX without any sensitive data so I can take a look?
- Anonymous4 years agoNot applicable
Hi Seanan here is a link to pbix in google drive
https://drive.google.com/drive/folders/19qe1EfS4nS0lTvHAf0JyEPlbtGWXrnPw?usp=sharing