Hi Vidas, happy new year to you!
I have been using PS 3.1 for roughly the past 6 months and would like to explore how to create new dashboards using Power BI from existing data sources.
My Excel skills are basic level and despite having watched a few videos on how to start on PBI on YT but I seem to be struggling and would like to get your thoughts and or any tips as to where to look. I see you have have uploaded pics of several interesting dashboards was hoping when you have time, perhaps you could do a step by step video tutorial for beginners like myself would be able to follow and learn.
Many thanks!
Comments
Specifically for Portfolio Slicer, you should be aware that some measures are additive of the time and some other measures are "at the end of the time". That is, when you build report and add, for example, Dividends measure, it will show amount paid over selected time period. But if you add "Total value" measure, it will show total value at the end of selected period. And if you add "Total Value Start" measure, it will show you "Total Value" at the start of selected period. If date is not selected/filtered, the date period is "All" time.
I do not plan to add more tutorials in the near future.
I began using the PBI desktop to load PS and view the report for the lightening fast refresh time so overall I am a happy bunny
Once again thank your for help.
Any tip you and or other users can give me on how to go about achieving the above will be greatly appreciated.
You can try do following:
1. In Source workbook table "Allocation" create separate allocation for each symbol you are planning to buy. For "Index" column you could specify actual symbol assigned to that allocation.
2. In Reports workbook you have have "Allocation Target" Reports that shows value by Allocation, Alloc Target %, Alloc Actual % and Alloc Delta. As you configured Allocation to represent symbols, now your "Alloc Delta" shows how much of that allocation/symbol you should buy or sell.
3. Now you need new measure that divides "Alloc Delta" by the latest price of Allocation[Index] symbol. If you know DAX, you can try creating such measure and you can use DAX code from measure "Expd Profit % (Alloc)" as starting point.
But with this approach if you are currently using allocation differently, you will loose that functionality.