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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All
My existing PBI import the CRM module :-
Now i need to add one more field name "Product"
May i know it is i just need to change the M Code ?
My PBI file :-
https://www.dropbox.com/s/4tje2j7rx9cn9x5/PBT_V2021_400%20CRM_TS.pbix?dl=0
Hope some one ccan advise , what is the correct approach ?
Paul Yeo
Solved! Go to Solution.
@admin11 , I am assuming this there in the database and you want to add it.
Right click on the table in Power Query, Open Advance editor, and add that to the field list
refer to my video -https://www.youtube.com/watch?v=h0yLtceT0i4
In case this based on some logic, you have to use if then else
example
if [name] ="ABC" then "AA" else "BB"
@admin11 , I am assuming this there in the database and you want to add it.
Right click on the table in Power Query, Open Advance editor, and add that to the field list
refer to my video -https://www.youtube.com/watch?v=h0yLtceT0i4
In case this based on some logic, you have to use if then else
example
if [name] ="ABC" then "AA" else "BB"
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 39 | |
| 37 | |
| 29 | |
| 24 |
| User | Count |
|---|---|
| 118 | |
| 98 | |
| 70 | |
| 69 | |
| 65 |