Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Can I use in a direct query a formula as a date filter (date is returned by a dax formula?
Is it possible to share sample data and your expected result.
Proud to be a Super User! | |
What is the usae of date filter?
Date filter DAX for measure?
Proud to be a Super User! | |
I tried to use the formula below:
AntStock502W_Branch1 =
CALCULATE(
SUMX('Stock_Diary_502_Branch_1',[ESTOQUE_DIARIO_502_1] ),
FILTER( 'Estoque_Diario_502_Filial_1', [DATA] = [DataEstoqAnt502_Filial1])) where DataEstoqAnt402_Filial1 is a dax formula that returns the last date that had movement. , but the formula is returning the wrong value.
In principal what you're trying to do is fine. I suspect the reason you're getting wrong values is that your measure
is being evaluated in the context of each row in your filter table (measures force a
context transition.) Depending on what result you're trying to achieve you want to read the value into a variable earlier on to fix it. As @PijushRoy suggests can you share a sanitised pbix file?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |