The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi, these are the two parameters:
Then I used the steps to filter the table:
however I get the results outside the filter range:
Then I did a test, I insert one step to change the type of this column and after this step I made the same filter rows again:
My regional PowerBI setting is UK format. Now I got the filter rows is within the range.
I can not understand this. Can someone help me on this? should I insert this step "change type with locale" or not? it seems it will not affect the final result of incremental refresh in my testing, isn't it?
My data is from postgresql server.
@Anonymous , Make sure all have datatype datetime.
Share the filter condition? hope that is on correct table
Power BI Incremental Refresh Pro; Premium Deployment pipeline - https://youtu.be/nIxTRdeCYSE
@amitchandak Thanks, pls see the filter:
= Table.SelectRows(#"Sorted Rows", each [conversation_opened] >= RangeStart and [conversation_opened] < RangeEnd)
I am sure the [conversation_opened] column is datetime type.
the column in SQL table is like this:
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
63 | |
47 | |
41 |