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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, please help me this case, i try to find the text value "1.NP" within column GroupActivityName, i create a measure like the below picture, but it's not woking.
Hi,
I am not sure how your datamodel looks like, but please try something like below whether it suits your requirement.
New 1.NP measure: =
SEARCH( "1.NP", SELECTEDVALUE( 'Opps (2)'[GroupActivityName]),1, 0)
Hi,
i delete the relationships of table Opps(2), it work well, but i don't understand why my datamodel is problem. Below is my datamodel
Hi @Anonymous ,
As checked your model settings, it shouldn't be the cause of problem... Which table the field [GroupActivityName] is from in the below screenshot?
And if the field [GroupActivityName] is from the table 'Opps (2)', it can display the correct using the formula which provided by @Jihwan_Kim ... Otherwise, could you please provide some raw data in the tables and the matrix Fields settings? Thank you.
Best Regards
Hi,
It is a little bit difficult for me to find what is a problem by only seein a diagram.
What column from which table is used in the visualization? -> I think you can start from here.