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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello, if you need your help. Infact, I work with live querry and I created a measurement using a switch. only, this measure is displayed in column while I want to display it online and make a grouping according to the switch that I created while sahching that a customer little in a period have a type of seg_client and when one changes of period it can change type especially I use 2 time filter
the first picture is what i want to have and the second is my result
Hi @asmagh,
Can you share a sample please? It seems you need a DAX formula. Do you mean you want to replace the Seg_client with arrows?
Best Regards,
Dale
here the switch that i use to create my measure
Seg_client = Switch( TRUE(); [MntPer1] = 0 && [MntPer2]<>0; "new";
[MntPer1]<[MntPer2]; "up";
[MntPer1]>[MntPer2]; "down" ;
[MntPer1]<>0 && [MntPer2]=0; "unknown" ;
BLANK())
and i want to change seg_client in rows and also make a regroupment
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 72 | |
| 46 | |
| 35 |