Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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) )
Solved! Go to Solution.
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)) )
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)) )
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.
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.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 31 | |
| 26 | |
| 25 |