Hello,
I have a PowerBI visual where the source is PostgreSql DB, on AWS, via an ODBC connection (gateway also). The visual in BI populates with data. I used the Optimizer to get the DAX query and use that in my first step after setting Recurrence. The step appears to run but doesn't return any data.
Outputs shows code of 200 with results body as follows:
Any thoughts on what my issue could be?
Ibendlin. Thanks much !! That appears to get a data table in my flow. I am very appreciative.
I modified the Evaluate _DS0PrimaryWindowed to replace that with your Evaluate and I get the same results which is no data.
"Days Old" is a column. My apologies, but I'm not sure where I should "run" the query you listed from. The query I provided above is just copied from the Optimize/Performance Analyzer in Power BI project. Are you suggesting that I somehow replace what is below with that? How exactly would I do that?
EVALUATE
What happens when you run this query instead?
EVALUATE SUMMARIZE(
'Abandoned Cases',
[Case],
[Days Old],
[Status],
[Request Date],
[Conference]
)
Is "Days Old" a column or a measure?
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492