Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi
this is calucated in tableau. I want to crearte colum filed by using parameter. In the below screenshort model_score is the parameter
Thanks In Advance
Shanmukha
Solved! Go to Solution.
Hi @shanmukharao ,
You can try the following dax:
SWITCH(
TRUE(),
[Model_scores]="BNN",[Binary Neuralnet Decision],
[Model_scores]="DTC",[Decision Tree Decision],
[Model_scores]="SVM",[Svm Decision],
[Model_scores]="RF",[Random Forest Decision],
[Model_scores]="NG_BOOST",[Ng Boost Decision],
[Model_scores]="RL",[Reinforcement Learning Decision],
[Model_scores]="Rules_Score",[Last Submitted Decision])
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @shanmukharao ,
You can try the following dax:
SWITCH(
TRUE(),
[Model_scores]="BNN",[Binary Neuralnet Decision],
[Model_scores]="DTC",[Decision Tree Decision],
[Model_scores]="SVM",[Svm Decision],
[Model_scores]="RF",[Random Forest Decision],
[Model_scores]="NG_BOOST",[Ng Boost Decision],
[Model_scores]="RL",[Reinforcement Learning Decision],
[Model_scores]="Rules_Score",[Last Submitted Decision])
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 79 | |
| 48 | |
| 35 | |
| 31 | |
| 27 |