The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
71 | |
63 | |
60 | |
49 | |
26 |
User | Count |
---|---|
117 | |
75 | |
62 | |
55 | |
43 |