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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Boja
Advocate II
Advocate II

Switch F-on Problem

Hello,

 

Could somebody please have a look at the switch measure and tell me why it is not working? it should show upper arrow.

 

Key = SWITCH( TRUE(),
[ver1 fb]<[ver2 fb], UNICHAR(9660),
[ver1 fb]>[ver2 fb], UNICHAR(9650),
UNICHAR(9644)
)

11.png  12.png

 

1 ACCEPTED SOLUTION
Boja
Advocate II
Advocate II

Strange, but the IF f-on works well in this case. Luckely, there is no need for more nested IFs 🙂

 

Key2 = 
IF(
[ver1 fb]<[ver2 fb], UNICHAR(9660),
IF( [ver1 fb]>[ver2 fb], UNICHAR(9650),UNICHAR(9644))
)

13.png

View solution in original post

4 REPLIES 4
Boja
Advocate II
Advocate II

Strange, but the IF f-on works well in this case. Luckely, there is no need for more nested IFs 🙂

 

Key2 = 
IF(
[ver1 fb]<[ver2 fb], UNICHAR(9660),
IF( [ver1 fb]>[ver2 fb], UNICHAR(9650),UNICHAR(9644))
)

13.png

Greg_Deckler
Super User
Super User

OK, that's the second one today that I can't recreate. I tried by entering in your data and then adding a calculated column. I used a calculated column because there is no aggregation that would indicate that it is a measure. I get up arrows. I'm on the March 2018 edition.


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Hi Greg,

 

Actually there is aggreagation. Both var1 fb and var2 fb are counts of responses by different criteria. 

I am also working on the March edition, but will try to reinstall anyway.

 

do you maybe have another suggestion? thank you for support though 🙂

OK, so "var1 fb" and "var2 fb" are measures then. I'll try to recreate it with measures.


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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