Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using SQL Server
Message
From
09/05/2021 06:37:05
 
 
General information
Forum:
Microsoft Power BI
Category:
Adhoc queries
Miscellaneous
Thread ID:
01680214
Message ID:
01680247
Views:
32
>>There also can be hybrid implementations if data preparation steps involved are too time consuming for total data pool. For instance a monthly time series analysis might
>>calculate current partial monthly data
>>read already calculated monthly pool data
>>calculate time series data back from current start position - which might be needed every time, since drop of terminal value is not distributed even or current events will create different factors if trying to estimate base values of empirical data.
>>
>That's true, you can have hybrid approaches. Maybe 95% of the data is something you refresh daily, but 5% changes so frequently that you want to query it in real time.
>
>You have have a Power BI report with 5 datasets, where four are based on a published model that's updated daily (or twice a day, or whatever), and one dataset that fires a query back to the original source. Now, to do that, you need to install a gateway back to the data source. This can *usually* work, but there are some nuances and oddities with it that some people experience.
>
>For that reason, most places using Power BI will only take the hybrid approach if there is a compelling reason.

Definately true. While sometimes I might argue against KISS for solutions a bit more on the complex side (in part to learn/stretch myself, in part inborn arrogance), this is NOT something to plan with right from get go unless project will die without it due to biz specs. My typical mindset here is to keep it as ace in the hole if biz needs switch from report per week to report per even hour before CPU and disc speedups make that easy.

BUT: question / topic was for Michel, not the typical stake holder. I can drop "logical horizontal table partitioning" without explanation and be certain he gets my drift (if my description is not clear, he will either google fast or ask).

>There's nothing wrong with the idea and I'm glad you brought it up - but truthfully, knowing what I know about Power BI, I will try to do everything to steer people away from that - more because of the implementation than the idea itself.

YES, It is not something to implement and forget, it will also add ongoing and recurring maintainance cost / technical cruft to every future enhancement. Keeping implementation of necessary steps as far as possible on the backend / SQL side will lessen the impact any BI tool change or tool working will incur. But again, I am certain Michel is aware of all of that when for the typical stake holder "special holder-signed warning received" would be in order.

regards
thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform