March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Boa tarde!
Gostaria de ajuda para resolver a seguinte questão.
Tenho uma Tabela de Dados no Power Bi Desktop com o nome de Estoque. Onde tem as colunas Cod., Descr, Qtd. e Situação, segue abaixo.
Gostaria de criar outra tabela baseada nesta tabela de origem onde nesta nova tabela me retorne apenas os materiais que estão na situação "Com Saldo" e "Sem Saldo", não aperecesse os itens que estão como vazio nesta tabela nova somente os "Com Saldo" e "Sem Saldo".
Obrigado
Solved! Go to Solution.
Hi @JVIEIRA
Try the measure as:
Measure =
IF(
MAX('Table'[Situation])="Com Saldo" || MAX('Table'[Situation])="Sem Saldo",
1,
0
)
Here is the output:
Please refer to the attached demo, please let me know for how it does not meet the requirements.
Best Regards,
Link
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Ola,
Na tabela de origen tem tres valores, com saldo, sem saldo e vazio.
Eu gostaria de criar outra talela que retorne apenas os valores com saldo e sem saldo, sem mecher na tabela de origem.
Hi @JVIEIRA
Try the measure as:
Measure =
IF(
MAX('Table'[Situation])="Com Saldo" || MAX('Table'[Situation])="Sem Saldo",
1,
0
)
Here is the output:
Please refer to the attached demo, please let me know for how it does not meet the requirements.
Best Regards,
Link
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @JVIEIRA,
Could you provide your expected output?
Do you need to change the table structure or use dax on top of the source table to achieve your needs?
Best Regards,
Link
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |