Forum Discussion
Need Help with Calculations
I have a table that I am trying to extract specific information using calulations.
We have company code, DSfID, FIValue, FWhen.
Company "ABC" has a DSfID=12, FIValue=47049, FWhen=08/02/2014 and there are no values after that.
I do have a date slicer, however, the FIValue does not appear because the FWhen is not within the date range I am using. How can I get that value to appear regardless of the date slicer?
Thanks for any help!
Michelle
5 Replies
- AnonymousNot applicable
Also, important to note, the original table is joined to a DataDim table using the FWhen field. The date slicer is from the date field on the DateDim table.
- v-qiuyu-msftCommunity Support
Hi Anonymous,
You can use Edit Interactions to set the table visual not filtered by the slicer visual, for more information, see: https://docs.microsoft.com/en-us/power-bi/consumer/end-user-interactions
Best Regards,
Qiuyun Yu- AnonymousNot applicable
Hello Qiuyun,
Thank you for your reply.
We typically do a rolling 25 months in our reporting and the value has a date beyond that, so it won't show up.
I tried using LastDate and LastNonBlank, but neither of those work; or I can't get them to anyway.
Regards,
Michelle