Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all.
I have a custom measure which obtains a value via LOOKUPVALUE. It basically compares values in a column is table A with those in table be. When it finds a match (a string) it returns the value.
I added this measure to a table visual and it works fine.
But, since this is a calculated measure, I cannot filter by it.
I mean, I can by typing one of the falues into the filter on the left sidebar (Filters) and then clicking 'Apply Filter''. This works, but I'd prefer to have a list of those values to pick from, like when you are filtering on a column.
Is there a way I can write a filter which I could drop on the canvas and define options for it?
Trouble is, both table A and B are remote data sources connected via direct query and I cannot add columns to either...
Please help...
@Anonymous , create a separate table with possible values with no connections. Use it for the slicer and change your measure accordingly.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
But how? I don't seem to be able to bring over columns from those 2 tables (say, Table A and B) into a new table.
I can create a table alright, but I can only bring in columns from one of those tables (I tried vie SUMMARIZE()).
For clarification, Table A is in DirectQuery mode, and Table B is in import mode - i'm not sure whethter that has anything to do with the issue I'm facing?
TO create a new table was the first thing that came to mind but it's simply not working for me...
Hi @Anonymous without some information about your model, I do not see how to suport you. Maybe somebody else have some ideas.
Proud to be a Super User!
Please, provide some demo. Use this for reference: https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Qu...
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
Hi @Anonymous did you try to put "measure" into calculated columns or create calculated table with measure definition.
Proud to be a Super User!
I created a new measure that compares values from 2 columns in 2 discreet tables, using a common key, via LOOKUPVALUE.
My measure is: