Forum Discussion
Snapshot data
- 6 years ago
Anonymous
You may apply virtual relationship in DAX measure.
- https://www.sqlbi.com/articles/physical-and-virtual-relationships-in-dax/
- https://community.powerbi.com/t5/Desktop/conditional-join/m-p/340423#M152404
First, Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Second See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008
- Anonymous6 years agoNot applicable
Thanks Greg -
I had hoped posting the table would be enough. But to elaborate:
I have a date table with the "as of" date connected to the "dates" in the date table.
I specifically need to connect to these particular accounts, but with the added challenge that our ERP system only reconciles the prior month on the 1st day of the next month. So a final January number only becomes available the first day of February.
Literally what I am trying to do is to achieve a measure that replicates the table below and shows the total sum (which is cut off in the picture). To do so, I somehow need to get at these specific accounts, and utlize the "create date" and the "as of" dates, and the "actual value".
- v-chuncz-msft6 years agoCommunity Support
Anonymous
You may apply virtual relationship in DAX measure.
- https://www.sqlbi.com/articles/physical-and-virtual-relationships-in-dax/
- https://community.powerbi.com/t5/Desktop/conditional-join/m-p/340423#M152404