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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have this
GastoT |
AAAA |
BBB |
CCC |
DDD |
Exposicion |
XXXXX |
YY |
ZZZ |
WWW |
So MedidaAMostrar will be a column with Exposicion categories or GastoT categories depending on what I selected in Medida[Medida]
Thanks!!!
Regards
Solved! Go to Solution.
Hi @Anonymous ,
try this:
MedidaAMostrar =
IF (
HASONEVALUE ( Medida[Medida] ),
SWITCH (
VALUES ( Medida[Medida] ),
"Gasto", FORMAT ( [GastoT], "" ),
"Exposicion", FORMAT ( [Exposicion], "" )
)
)
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
try this:
MedidaAMostrar =
IF (
HASONEVALUE ( Medida[Medida] ),
SWITCH (
VALUES ( Medida[Medida] ),
"Gasto", FORMAT ( [GastoT], "" ),
"Exposicion", FORMAT ( [Exposicion], "" )
)
)
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I am not following this, can you post sample data as text and expected output? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
User | Count |
---|---|
98 | |
75 | |
74 | |
49 | |
26 |