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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors