Power BI
787 TopicsDownloading multiple files from excel hyperlinks
Dear experts, Could you please share any Excel formula or PQ solution to download multiple files from excel hyperlinks. Each cell have one hyperlink and there are total > 100 hyperlinks, it's difficult to download each file one-by-one. Thanks in Advance, Br, Anupam151Views0likes10CommentsPower Automate/Query Assistance - Add new table in file to bottom of existing/trend assistance
Forgive me if this has been answered elsewhere, I have had a look and not been able to find! Essentially, I have set up a flow using Power Automate that saves an XL I receive via a scheduled email into a sharepoint location. I have then created an excel document that queries this file in order for me to maintain a daily report. My issue is this. I am currently trending the data, but the only way I have of doing this is by copy and paste into a separate sheet (adding to the bottom of the previous data each day/week (select timescale) manually) as the data gets overwritten on each data refresh. I'm sure there is, but is there a way via either macro or power automate of me automating this process so that each day the table in the new file is just added to the bottom of the existing?? Thanks in advance66Views0likes3CommentsAutomating Party Transactions in Excel Using VLOOKUP and VBA Macros or anything
Hi everyone, I have a main sheet named "DAILY INWARD OUTWARD" that contains transactions for over 50 parties. Each party does multiple transactions, and I need to manage their stocks. Currently, I manually create separate sheets for each party and record their transactions, which is time-consuming. See this is my master sheet and I make stocks like this That month Jodhka made 4 transactions, so by searching in master sheet all over made manually my diff party list. likewise i have to maintain 100+ party details, so anyone can help me reagarding this? I would like to automate this process using VLOOKUP and VBA macros or anything. Specifically, I need help with: Using VLOOKUP to fetch transactions from the main sheet to individual party sheets. Writing a VBA macro to create separate sheets for each party and copy their transactions from the main sheet. Any guidance or examples on how to achieve this would be greatly appreciated. Thank you!154Views0likes10CommentsPower Query: convert table type column to JSON string
Hi, I have generated a query in PQ with aggregates a column of mail adresses to the unique mails. Now the other columns are put together in one single column of type "table": When clicking on such a Table link I get How can i convert that into a JSON string? Ferom my knowledge it should look like: [ { "Path": "\\xyz", "Server": "xyz", "owner_count": "0" }, { "Path": "\\abc", "Server": "abc", "owner_count": "2" } ] (and so on...) Any idea how to achieve that? The parse option is greyed out... Thanks in advanceSolved34Views0likes1CommentDisplay a different colors for field in chart
Hi, we have to display different colors for current temp in chart below based on user mode selected where iscurrent column is 1. For example, Below visual shows data where deviceid selected is B0965C2B9CF2A6C855A3C245F6B72F1A: The color of the current temp should vary according to the user mode where iscurrent is 1. Therefore in this case, usermode is auto So color should be grey. if it is heat then red & if its cool then blue. Below measure i created, but i am confused how to apply them for above visual when updatedon date column is in x-axis. Dax: Column Color = VAR _UserMode = SELECTEDVALUE('HeatSense_Device'[UserMode]) RETURN SWITCH( TRUE(), _UserMode = "cool", "#12239E", _UserMode = "heat", "#FF8C00", _UserMode = "fan", "green", "#808080" ) Please advise! PFA file hereHeatsense - Copy - Copy.pbix Thanks in advance! SergeiBaklan21Views0likes1CommentDynamically changing ODC Connection
I have connected Excel to a Power BI dataset using ODC (Office Data Connection). I am pulling data into 19 different Excel tables, so I have 19 different ODC files all configured for the different columns, filters and sorts I need to pull the Power BI data. I am using these ODC files across 7 different Workbooks with some overlap, so sometimes the ODC is used across 3-4 different Workbooks, but generally only once. This all works fine. This solution HAS to be in Excel as these Excel files are used as templates for a Bulk Upload to one of our systems. However, the Power BI dataset has a PROD and TEST version and I have been asked to allow the Excel files to be “switched between”. So effectively there are two different Dataset IDs so there should be two different “Connection Strings” in the ODC file (or two different ODC files for each of the 19 versions). I can edit the ODC files in Notepad easily and search and replace the Dataset ID’s but trying to find a longer term more supportable method. Or I can edit in Excel and then resave another ODC to get the same result. https://learn.microsoft.com/en-us/office/vba/api/excel.oledbconnection.connection If I attempt to change the “Connection String” in Excel via Visual Basic it fails even though this is meant to be read/write. I also can’t seem to create a Parameter to pass the Dataset ID in as a variable either. Does anyone have experience in this or could make an alternative suggested method?Solved39Views0likes5CommentsFilter function
Dear Experts, Greetings! I have a data like below:- Each row has two rnti's (Col-C and Col-D), and their corresponding numofPrb are in Col-F and Col-G, I want to prepare something like Col-J and K, for the rnti's with their corresponding numOfPrbs in a single column. Thanks in Advance, Br, AnupamSolved53Views0likes3CommentsExcel Performance Issue with Linked Workbooks - Data Update Delay
Hi Microsoft Community, We are experiencing a performance issue with linked workbooks in MS Excel. Here’s our problem statement: We have two workbooks (Workbook1 and Workbook2) that contain one or more worksheets. Workbook1 (Sheet-1) is linked to Workbook2 (Sheet-1) using standard Excel formulas to connect specific cell data. However, when we update cell data in Workbook1 (Sheet-1), which is linked to Workbook2 (Sheet-1), it takes approximately 10 minutes for the data to reflect in Workbook2. The records we are working with are in the thousands, which may contribute to the delay. We are looking for any possible optimizations or solutions to reduce the time it takes for the data to update. Any guidance or suggestions on how to improve this performance issue would be greatly appreciated. Thank you in advance for your help! Best Regards, Vipin Kumar28Views0likes1CommentDynamic Filtering Help
Hello- I need help filtering the difference in settings based on the 9 column headers. I would like to filter differences in adjustments on current setup to adjustments on the next setup, example: I am currently set up for 12oz 4pk and will be switching to 12oz 6pk. Ideally I would see a much more condensed list of adjustments on 12oz 6pk because some of the settings do not change. Is this possible? Adj # Description Reference Point 12oz 4pk 12oz 6pk 12oz 6pk Half Flaps 12oz 12pk 12oz 24pk 16oz 6pk 16oz 4pk 16oz 24pk 19.2oz 12pk 1 Magazine Drive Height Position Indicator 2.63 2.63 2.63 5 7.25 1.25 1.25 1.25 2.31 2 Magazine Backstop Position Indicator 4.23 4.69 2.99 4.62 4.62 6.05 5.79 5.79 6.13 3 Magazine Drive Belt Width Position Indicator 5.54 7.75 7.09 10 15.62 7.75 5.54 5.54 10.38 4 Magazine Picture Frame Change Part 12oz 4pk 12oz 6pk 12oz 6pk Half Flaps 12oz 12pk 12oz 24pk 16oz 6pk 16oz 4pk 16oz 24pk 19.2oz 12pk 5 Magazine Height Position Indicator 6.11 5.76 6.15 8.2 10.25 6 5.62 11.64 7.63 6 Setup Height Position Indicator 4.81 4.81 4.81 4.81 4.81 6.25 6.25 6.25 7.44 7A-C Vacuum Cup Width Scale 4 1/2" 6 9/16" NA 4" 6 3/4" 9 5/8" 4" 6 3/4" 9 5/8" 4" 8" 12" 5 1/2" 10 1/2" 15 1/2" 4" 6 3/4" 9 5/8" 4 1/2" 6 9/16" N/A 5 1/2" 10 1/2" 15 1/2" 5 1/4" 8" 11" 8 Left Setup Guide Scale 5 1/4" 5 1/8" 5 1/8" 7 7/8" 10 1/2" 5 1/8" 5 1/4" 10 1/2" 7 3/4" 9 Right Setup Guide Scale 5 1/4" 5 1/8" 5 1/8" 7 7/8" 10 1/2" 5 1/8" 5 1/4" 10 1/2" 7 3/4" 10A-C Case Squaring Width Scale 4 7/8" 7 3/4" 7 3/4" 10 1/2" 15 5/8" 7 3/4" 4 1/4" 15 5/8" 10 3/8" 11 Tool Bar Position Indicator 5.08 7.75 7.75 10.44 15.69 7.75 5.08 15.98 10.38 12 Right Upper Flap Guide Height Position Indicator 4.81 4.81 4.81 4.81 4.81 6.19 6.19 6.19 7.44 13 Right Glue Gun Height Scale 1 1 1 1/4" 1 1 1 1 1 1/4" 2 1/4" 14 Right Ram Height Scale 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 15 Right Upper Flap Plow Height Scale 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 6 1/2" 16 Load Deck Change Part Not Used C C B A C Not Used A B 17 Carton Support Rail Change Part Not Used Not Used Not Used Used Used Not Used Not Used Used Used 18 Carton Support Rail Change Part Not Used Not Used Not Used Used Used Not Used Not Used Used Used 19 Left Upper Flap Plow Height Scale 4 5/8" 4 5/8" 4 5/8" 4 5/8" 4 5/8" 4 5/8" 4 5/8" 4 5/8" 6 1/2" 20 Left Ram Height Scale 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 1/2" 21 Left Glue Gun Height Scale 1 1 1.25 1 1 1 1 1 1/4" 2 1/4" 22 Left Upper Flap Guide Height Position Indicator 5.11 5.11 5.11 5.11 5.11 6.4 6.4 6.35 7.54 23 Selector Bars Change Part 2 dot 2 dot 2 dot 3 dot 4 dot 2 dot 2 dot 4 dot 3 dot 26 Preload Air Cylinders Height Position Indicator 7 7 7 7 7 7.45 7.45 7.45 8.75 30 Infeed Guides Scale 6 1/8" 8 7/16" 8 7/16" 11 15 5/16" 8 7/16" 6 7/16" 15 5/16" 10 7/8" 32 Infeed Guides Scale 12 5/8" 12 9/16" 12 9/16" 15 1/4" 20 1/8" 12 9/16" 12 5/8" 20 1/8" 15 3/8" 35 Tipped Product Flags Height Scale 4 13/16" 4 13/16" 4 13/16" 4 13/16" 4 13/16" 6 3/16" 6 3/16" 6 3/16" 7 3/8" 36 Tipped Product Flags Up/Down Lanes 1 2 Lanes 1 2 3 Lanes 1 2 3 Lanes 1 2 3 4 All Lanes Lanes 1 2 3 Lanes 1 2 All Lanes Lanes 1 2 3 4 37 Lane Guide 1 Change Part A A A B B A A B B 38 Lane Guide 2 Change Part B Not Used Not Used Not Used Not Used Not Used B Not Used Not Used 39 Lane Guide 3 Change Part Not Used A A Not Used Not Used A Not Used Not Used Not Used 40 Lane Guide 4 Change Part Not Used Not Used Not Used A Not Used Not Used Not Used Not Used A 42 Lane Guide 5 Change Part Not Used Not Used Not Used Not Used A Not Used Not Used A Not UsedSolved182Views0likes2CommentsQuery for Power query , Power pivot and Power bi launching
I am not able to run power query, power pviot and also power bi. If i choose file in data from excel to import file for power query it opens but immediately the closes and open a recovery file. If i want to open the power bi file the app opens for just 10 second but again the app closes. further if i want to click power pivot then in manage i get the error of no data model is abled to load. I have office 365 and windows 11 is installed. all updates are already done. Kindly help141Views0likes0Comments