Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
User | Count |
---|---|
118 | |
75 | |
60 | |
50 | |
44 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |