The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi all,
I am trying to create a custom column in one of the table below (IE36_Append_main) and this custom column is going to populate the value based on another field in another table (i.e. License Plate Relevancy [License Plate Relevant]). Both of the two tables can be linked using Vehicle Type as the key. (see following data model).
I am coding the followng style but it doesn't work:
if License Plate Relevancy.[Vehicle Type] = [Veh. Type]
then License Plate Relevancy.[Licence plate relevant]
else 0
Please help. Thanks. Tuff
Solved! Go to Solution.
Hi,
You can simple join the Tables.
Hi,
In the IE36_Append_main table, write this calculated column formula
=RELATED(License Plate Relevancy[Vehicle Type])
Hope this helps.
Hi Aishid
I am trying to get the value in the Power Query M and not using Dax.
Do you know how to resolve my issue via Power Query M? please let me know. thanks.
Regards,
Yong
Hi,
You can simple join the Tables.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
76 | |
65 | |
52 | |
51 |
User | Count |
---|---|
128 | |
117 | |
78 | |
65 | |
63 |