Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Syndicate_Admin
Administrator
Administrator

Switch and Selectedvalue returns me only some values

I am making a table and taking the results to selected values but it brings me the values minus the "=> Margin", it only brings me the result if I put a direct result, not a metric.

LVL values 1 =
SWITCH(
SELECTEDVALUE('Formato P&L'[ID ACCOUNTS]),
"R01) Income", [Income],
"R02) Costs", [Costs],
"=> Margin", [Margin]
)
5 REPLIES 5
v-easonf-msft
Community Support
Community Support

Hi, @Syndicate_Admin 

Is your current formula a calculated column or measure?

Best Regards,
Community Support Team _ Eason

It's a measure, but I realized that the problem was that there was a relationship.

Hi, @Syndicate_Admin 

Has your problem been resolved? If not, can you show relevant screenshots to better illustrate your problem?

Best Regards,
Community Support Team _ Eason

MFelix
Super User
Super User

Hi @RGjulio ,

 

Is the ID Accoutns a measure?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



No, a column in the table

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors