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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello, Guys!
Someone could help me?
I would like to make a comparison between the date of the table dProjects and the date of the table fRealizado, but how would I bring this value to a calculated column? I want to create a status by doing this comparison. For example: If date x from table fRealizado is greater than the current date and valueRepassed is less than column y, return Active, otherwise stand by
I'm trying to use the following function:
Status Projeto =
VAR DtLancamento = SELECTEDVALUE(fRealizado[Dt. Lançto Módulo (1º Repasse/Venda)])
RETURN
IF(DtLancamento <= TODAY(),
IF([Qtde Repasses - Realizado] = [Total Lote], "Concluído","Ativo"),"Stand by")
Hi @kafreitass ,
While it is possible to use a measure in a calculated column, the return is static until the dataset is refreshed.
https://community.powerbi.com/t5/Desktop/Using-measures-in-calculated-columns/m-p/101386
There may be a work around for your use case but there's not enough information. Here's how you can get a better response: https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/td-p/1447523/jump...
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 53 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 122 | |
| 108 | |
| 44 | |
| 32 | |
| 26 |