The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Olá, tenho a Matriz abaixo com as seguintes métricas
Solved! Go to Solution.
Hi @Anonymous
Thanks for reaching out to us.
The first 2 measures are working fine, right? So for TesteCad4, you can try the measure below. (As there is no sample data to test, not sure if it works, just try it.)
create the measure, and put it into table visual,
testTesteCad4 =
IF (
HASONEFILTER ( LotDailyCadence[LotNumber] ),
[TesteCad4],
SUMX (
FILTER (
LotDailyCadence,
LotDailyCadence[Date] >= DataInicial
&& LotDailyCadence[Date] <= DataFinal
&& LotDailyCadence[LotNumber] IN _Lote
),
[TesteCad4]
)
)
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
this worked, thanks a lot for the help
Hi @Anonymous
Thanks for reaching out to us.
The first 2 measures are working fine, right? So for TesteCad4, you can try the measure below. (As there is no sample data to test, not sure if it works, just try it.)
create the measure, and put it into table visual,
testTesteCad4 =
IF (
HASONEFILTER ( LotDailyCadence[LotNumber] ),
[TesteCad4],
SUMX (
FILTER (
LotDailyCadence,
LotDailyCadence[Date] >= DataInicial
&& LotDailyCadence[Date] <= DataFinal
&& LotDailyCadence[LotNumber] IN _Lote
),
[TesteCad4]
)
)
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
117 | |
77 | |
64 | |
63 |