Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have "goals" table and "opportunities" table in Power BI. I created a few "Measures" in goals table by using the data in "opportunities" table. One of these measures are as below. Since there is no sensitive data in the formula, I shared it below as is.
Also, there is a multiselect option field in our CRM opportunty entity, field name is "2021 Target". Field is being used to calculate targets. I have splited this field in Power BI to be ale to use it.
Below formula gives the result of that the sum of the revenues of the opportunities which "Hardware Sales Revenue" option has been choosen in the 2021 Target field.
Solved! Go to Solution.
Hi @onurkrbck ,
The syntax you used is incorrect. To my knowledge, we could not get the column title via DAX.
I have created a data sample:
Then you could directly use
ABC = [Funnel Hardware Sales Revenue]
to create a ABC column.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @onurkrbck ,
The syntax you used is incorrect. To my knowledge, we could not get the column title via DAX.
I have created a data sample:
Then you could directly use
ABC = [Funnel Hardware Sales Revenue]
to create a ABC column.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Would it be possible for you to provide the data model?
It'll be easier to understand the problem
Hi,
I am not experienced in Power BI. So my data model could be "weird" to you.
Sorry for the inconvenience 🙂
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.