Forum Discussion
KarlConstruct
6 years agoFrequent Visitor
Need Help Writing a Dated Difference Formula
I have a txt file brought into PowerBI via a sharepoint folder, and its a list of transmitted documents and the dates in which each transmission happened. I don't necessarily care about all of the c...
danextian
6 years agoSuper User
Could you check on this?
n = [Submittal ID],
t = Table.SelectRows(#"Changed Type", each [Submittal ID] = n),
n references [Submittal ID] and [Submittal ID] references n.
KarlConstruct
6 years agoFrequent Visitor
I made both of the chanages mentioned above. This is what I have currently, with the following errors. Please see the photos below.