user adoption
323 TopicsVisual and dax level optimization that causes report slowdown
Hi, I have this visual as attached, that has lot of visual level filters applied it has a dax measure called data completeness as below Data Completeness = var _total = COUNT('Calendar'[Date])*COUNT(Points[DBName-Point_Id]) var _result = [Count of Exisitng Days]/_total return _result It references a dax called Count of Exisitng Days as below Count of Exisitng Days = Var dates = SUMMARIZE(Data, Data[DBName-Point_Id], Data[Date]) Var Ext_dates = COUNTROWS(dates) return Ext_dates Now, the problem I have here is the performance of this visual is causing report to slow down. Please let me know how to optimize the dax and further steps to increase the performance PFA file here PR-419 - Data Coverage - Copy.pbix Thanks in advance! SergeiBaklanSolved286Views0likes13Comments网赌被黑怎么办 有办法挽救吗?
(wx:RYG622)(QQ:157764444)(飞机@lmg567)先出款,后收费! I have a macro that I've written to "reformat" some data in Excel (not font types and colors and such, but how the data is laid out in the spreadsheet). I found a macro that records how long it takes a macro to run, and that macro consistently runs for about 30 seconds. The problem is that the reason I'm reformatting the data is to import into Access, and I don't want my users to have to have intimate knowledge of Access or Excel to reformat the data and import it into the Access database. Thus, I've created a form with a button that allows the user to select a file from a dialog box, and then the macro runs on that file. Ad for some reason, when done this way, the macro takes upwards of 6 minutes. I don't know if it would be helpful to post the code of the macro here, or if there's some generic advice that will help. I just can't imagine why this increase in run-time is happening.111Views0likes1CommentPlanner Hyperlinks via Flow's Update Task Details
Greetings all, I have multiple planners that I administer. It is a common desire to have dynamically created hyperlinks added to the planner board tasks that take you to the SharePoint List's line item that was used for creating the task. I have used a power automate flow (solution) for creating said task and hyperlinks from line items. I have used power automate's update task details action to add those dynamic hyperlinks. However, for some unknown reason it also doubles the size of the card with a huge hyperlink to open the task (although the original card hyperlink still works). Why? You can see examples of it in this video at the 13:41 mark. The Planning and Executing columns have tasks with these huge unnecessary task opening links added. Why? And how can a person get rid of those since it seems to be a built in function of the flow action OR the Planner to have that? Having all that extra space taken for no reason just limits the number of tasks that can be on view at any time. I have researched and found blurbs about utilizing an Graph API tool but I'm not granted server access to implement such a thing. Is there another way around this that can be done to have said hyperlinks that DON'T create those huge extra links that are totally unnecessary? Thanks for any assistance on the matter, McGeeks38Views0likes0CommentsCan we get Schedule view back?
When showing off Planner to a group of people today they noticed on an older, different plan the Schedule view, and really liked it. Of course, what I was showing them doesn't have that option anymore. Is it possible to to get this view back or if necessary, a "monthly" option within the "Timeline" view? Thanks128Views0likes2CommentsHow to create Custom-Functions within our Custom Addins?
Dear Experts, For example,I create an Addin like below "Anupam_Tools" ., now I want to add Custom-formulae which I use often, then how to create them within this tab. Can you please give any example? For example, if I use some public Addins lie Power-user, how do they create these addins, problem is our IT desk blocks us, using any 3rd-party Addins, so need to create one for ourselves only. Thank you in Advance, Br, Anupam80Views0likes1CommentUrgent for geography Coursework help (due tonight)
I compared 2 different areas using a visual housing survey and used 4 different categories - including exterior appearance, noise level, cleanliness and house plot size - I want to use statistical test to help my conclusion but i don't know which one and how77Views0likes1CommentI can't swipe sheets with two fingers in Excel. Something is wrong.
Dear Experts, System: Windows 11. I can't swipe sheets with two fingers in Excel 2021. Something is wrong. When I move the sheets of the workbook to the right or left with two fingers on the touchpad, as soon as I lift my fingers off the touchpad, the sheet returns to its original position. I don’t understand why this is happening. This situation makes it difficult to select the required sheet. Initial state: I scroll through pages with two fingers using the touchpad and select the required sheet: After selecting the required sheet, as soon as I lifted my fingers off the touchpad, the sheets returned to their initial state:196Views0likes3CommentsCombining Two dax measures to avoid dax reference
Hi Team, I have created two dax codes as below: Related_(Target cost)_1 = VAR TargetValue = CALCULATE ( SUM ( Target[Value] ), 'Target'[DBName-Point_id] = MAX ( 'Accruals'[DBName-Point_Id] ) && 'Target'[TargetType] = 1 && 'Target'[month] = FORMAT ( MAX ( 'Accruals'[Date] ), "mmmm" ) ) VAR days = SUMX ( 'Accruals', TargetValue ) RETURN --days/[no of days] COALESCE ( days / [no of days], 0 ) Target cost_1 = SUMX ( 'Accruals', COALESCE ( [Related_(Target cost)_1], 0 ) ) Their results individually as shown below Is it possible to merge these dax measures into a single dax ? Also, final values at the total & column will be same as below ? I am doing this in order to avoid the reference of measures within another dax. Please help me. Thanks in advance! SergeiBaklan298Views0likes2Comments