Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
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
Hi,
In the report builder I am using the Query Designer to build tables. But I can't figure out the "filter expression" to show anything created after 5/1/2020. I've tried normal DAX expressions but I keep getting errors(I'm new at them so I could have gotten them wrong). I have been using "Contains" under the field "Operator" and tried using excel forumals <5/1/2020. Im just not getting it right. Any help would be appreciated.
Side question. Is there a DAX expression tool maker?
Thanks,
Jeremy
Solved! Go to Solution.
@jdivina wrote:
I have been using "Contains" under the field "Operator" and tried using excel forumals <5/1/2020.
Contains is not correct. It will be looking for the literal text "<5/1/2020" in your date column.
If you use the "Range (Exclusive)" operator and then just pick a start date it will produce a query that returns everything after the specified date.
Side question. Is there a DAX expression tool maker?
Not really, the query builder is the closest tool that does this.
@jdivina wrote:
I have been using "Contains" under the field "Operator" and tried using excel forumals <5/1/2020.
Contains is not correct. It will be looking for the literal text "<5/1/2020" in your date column.
If you use the "Range (Exclusive)" operator and then just pick a start date it will produce a query that returns everything after the specified date.
Side question. Is there a DAX expression tool maker?
Not really, the query builder is the closest tool that does this.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |