Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All
I have problem filter this record Docment No. = 991079980
May i know where go wrong ?
I can filter the other 2 doc no.
Paul
Solved! Go to Solution.
Hi @admin11
Change the column as shown below
_delete =
SWITCH(
TRUE(),
'GL'[Document No.] IN {991079980,30017530,30017534,30017532}, "_delete",
BLANK()
)
Here is the link in case you want to download the file
Please accept this as a solution if your question has been answered
Appreciate a Kudos !! 😀
Hi @admin11
i can see the aggregation applied on the document no column is Sum due to which you are getting a document no 991079980.
I checked the same document no in your data ie :GL table and the same number is not available (screenshot below)
Please accept this as a solution if your question has been answered. Appreciate a Kudos !!
Thank you for your reply .
look like you know where is the issue ?
But i still not sure what you are trying to tell me.
My issue is i need to remove the big -ve number , as because this large -ve value it make 2019 Rev become zero.
Paul
Hi @admin11
Change the column as shown below
_delete =
SWITCH(
TRUE(),
'GL'[Document No.] IN {991079980,30017530,30017534,30017532}, "_delete",
BLANK()
)
Here is the link in case you want to download the file
Please accept this as a solution if your question has been answered
Appreciate a Kudos !! 😀
@jaideepnema yes you are correct , the number
@admin11
if you want to explicitly filter the three values you can exclude them by applying a visual level filter
If not can you share a sample file with sensitive data removed ?
I prefer to use expression to filter those 3 value label from Document No. field name.
https://www.dropbox.com/s/a9fjl3s67d566hw/GL_ISDN_v015.pbix?dl=0
Above is my PBI file
Paul
@admin11 Not very clear have you tried applying a visual level filter ? does that help ?
Thank you for sharing
basicslly I try to use expression to filter 3 items , it only manage to filter out 2 items , one items cannot be filter.
not sure why ?