Month: September 2024
App designer creates a new function inside another function where a parfor loop exists
As the title suggests, it is created in an existing function with a parfor loop when creating a new function in App Designer. Commenting out the parfor loop creates the new function as normal.As the title suggests, it is created in an existing function with a parfor loop when creating a new function in App Designer. Commenting out the parfor loop creates the new function as normal. As the title suggests, it is created in an existing function with a parfor loop when creating a new function in App Designer. Commenting out the parfor loop creates the new function as normal. app designer, parfor MATLAB Answers — New Questions
How to log the data in the workspace without modifying the content of the for loop?
I am currently using MATLAB 2022a.
I have a for loop (let’s call this for loop LOOP_A) doing some calculation and each calculation is depending on some values from the previous loop.
Without editting too much of the content of LOOP_A, I want to log those variables at the end of each loop.
I’m thinking about having another for loop (let’s call this one LOOP_B) that log the data in the workspace for each loop of LOOP_A till the entire execution of the LOOP_A is finished.
Here is what I would like to have:
% Repeat the following till all loops are finished:
% LOOP_A:
% Pause after one iteration
% Send data from workspace to LOOP_B
% Wait till LOOP_B send "good to go" signal if not finished
% LOOP_B:
% Receive data from LOOP_A
% Store the data
% Send "good to go" signal to LOOP_A
% LOOP_A:
% Continue running for one iteration
% Send data from workspace to LOOP_B
% Wait till LOOP_B send "good to go" signal if not finished
% …
Is there a way I can do that?I am currently using MATLAB 2022a.
I have a for loop (let’s call this for loop LOOP_A) doing some calculation and each calculation is depending on some values from the previous loop.
Without editting too much of the content of LOOP_A, I want to log those variables at the end of each loop.
I’m thinking about having another for loop (let’s call this one LOOP_B) that log the data in the workspace for each loop of LOOP_A till the entire execution of the LOOP_A is finished.
Here is what I would like to have:
% Repeat the following till all loops are finished:
% LOOP_A:
% Pause after one iteration
% Send data from workspace to LOOP_B
% Wait till LOOP_B send "good to go" signal if not finished
% LOOP_B:
% Receive data from LOOP_A
% Store the data
% Send "good to go" signal to LOOP_A
% LOOP_A:
% Continue running for one iteration
% Send data from workspace to LOOP_B
% Wait till LOOP_B send "good to go" signal if not finished
% …
Is there a way I can do that? I am currently using MATLAB 2022a.
I have a for loop (let’s call this for loop LOOP_A) doing some calculation and each calculation is depending on some values from the previous loop.
Without editting too much of the content of LOOP_A, I want to log those variables at the end of each loop.
I’m thinking about having another for loop (let’s call this one LOOP_B) that log the data in the workspace for each loop of LOOP_A till the entire execution of the LOOP_A is finished.
Here is what I would like to have:
% Repeat the following till all loops are finished:
% LOOP_A:
% Pause after one iteration
% Send data from workspace to LOOP_B
% Wait till LOOP_B send "good to go" signal if not finished
% LOOP_B:
% Receive data from LOOP_A
% Store the data
% Send "good to go" signal to LOOP_A
% LOOP_A:
% Continue running for one iteration
% Send data from workspace to LOOP_B
% Wait till LOOP_B send "good to go" signal if not finished
% …
Is there a way I can do that? matlab MATLAB Answers — New Questions
Excel XY scatter plots are inaccurate
This is similar to https://techcommunity.microsoft.com/t5/excel/scatter-chart-plots-wrongly-if-blank-cells-exist-in-input-range/m-p/1337190 , except plotting my data with blank cells works fine.
I have a sheet where I have cleaned up the data to select points that meet certain criteria. I have a formula with two IFs. If the x and y values meet the criteria, the Y value is copied into the current cell. If not, it gets “”. This looks good, I can take the average and standard deviation and get reasonable values, as if the “empty” cells were truly empty.
When I plot these selected data, things get strange. If I plot X and the selected Y values, it looks OK. If I add another Y series, it may be plotted wrong. In one case, the datapoints should show a negative slope, but the plot has a positive slope. If I plot the selected data second, it may be somewhat shifted to the left.
I think this used to work, but maybe I am recalling sheets with truly blank cells. I put a sheet like that in the attached workbook, and it is fine.
Is there a way to clear this problem such as using another character or NaN symbol? I don’t want to use zeros as I want the average, etc. to be correct.
Thanks,
John
This is similar to https://techcommunity.microsoft.com/t5/excel/scatter-chart-plots-wrongly-if-blank-cells-exist-in-input-range/m-p/1337190 , except plotting my data with blank cells works fine. I have a sheet where I have cleaned up the data to select points that meet certain criteria. I have a formula with two IFs. If the x and y values meet the criteria, the Y value is copied into the current cell. If not, it gets “”. This looks good, I can take the average and standard deviation and get reasonable values, as if the “empty” cells were truly empty. When I plot these selected data, things get strange. If I plot X and the selected Y values, it looks OK. If I add another Y series, it may be plotted wrong. In one case, the datapoints should show a negative slope, but the plot has a positive slope. If I plot the selected data second, it may be somewhat shifted to the left. I think this used to work, but maybe I am recalling sheets with truly blank cells. I put a sheet like that in the attached workbook, and it is fine. Is there a way to clear this problem such as using another character or NaN symbol? I don’t want to use zeros as I want the average, etc. to be correct. Thanks, John Read More
#REF! Error When Inserting Any Year One Month Calendar
I was trying to insert an Excel provided One Month Calendar into the Project Plan template spreadsheet, but it is not formatting the cells correctly. I created a new tab and did a right click insert; see screenshot. As you can see, the formatting is not correct, not inputting the dates on the calendar.
I was trying to insert an Excel provided One Month Calendar into the Project Plan template spreadsheet, but it is not formatting the cells correctly. I created a new tab and did a right click insert; see screenshot. As you can see, the formatting is not correct, not inputting the dates on the calendar. Read More
CoPilot in Edge on Mac
It’s my understanding that “Draft with CoPilot” and “Rewrite with CoPilot” are available in Edge for the Mac. I have installed Edge, including the production version, Canary, and Beta. I signed in to my corporate email which is enabled for CoPilot for Microsoft 365. I cannot seem to see/enable CoPilot “draft..” or “rewrite…” I do have the CoPilot capability on the sidebar in my browser.
Am I doing something wrong? Is it not available?
It’s my understanding that “Draft with CoPilot” and “Rewrite with CoPilot” are available in Edge for the Mac. I have installed Edge, including the production version, Canary, and Beta. I signed in to my corporate email which is enabled for CoPilot for Microsoft 365. I cannot seem to see/enable CoPilot “draft..” or “rewrite…” I do have the CoPilot capability on the sidebar in my browser. Am I doing something wrong? Is it not available? Read More
Multiple apps not launching
Slightly weird issues popping up, got a new laptop recently (2024 ASUS Zephyrus G14) and have had issues with a few apps that have refused to load, not even open the GUI. The two more mainstream apps I’ve had this with are Vivaldi browser and Steam, both of which have popped up update windows which then immediately disappeared. With the other two (more niche) apps (Companion and openCountdown) absolutely nothing has appeared, no GUI, no warning, and no task manager process. Interestingly though, the setup windows for all of them function perfectly. One more exception is that openCountdown shows up an open (but apparently completely invisible) GUI judging by the taskbar icon.
The only one where I’ve been able to find a task manager process is Steam, where I get Steam and Steam Client processes. Vivaldi generated crash reports, but none of them triggered Windows crash warnings.
I’m not sure what the common thread is between these apps is that is causing issues, but would appreciate any help or advice.
Thanks,
Seb
Steps taken to fix, or troubleshoot (none of which made any difference):
Restarted system
Reinstalled apps
Run apps as admin
Reinstalled Windows (due to separate issue, but still made no difference)
Links to apps:
Slightly weird issues popping up, got a new laptop recently (2024 ASUS Zephyrus G14) and have had issues with a few apps that have refused to load, not even open the GUI. The two more mainstream apps I’ve had this with are Vivaldi browser and Steam, both of which have popped up update windows which then immediately disappeared. With the other two (more niche) apps (Companion and openCountdown) absolutely nothing has appeared, no GUI, no warning, and no task manager process. Interestingly though, the setup windows for all of them function perfectly. One more exception is that openCountdown shows up an open (but apparently completely invisible) GUI judging by the taskbar icon. The only one where I’ve been able to find a task manager process is Steam, where I get Steam and Steam Client processes. Vivaldi generated crash reports, but none of them triggered Windows crash warnings. I’m not sure what the common thread is between these apps is that is causing issues, but would appreciate any help or advice. Thanks,Seb Steps taken to fix, or troubleshoot (none of which made any difference):Restarted systemReinstalled appsRun apps as adminReinstalled Windows (due to separate issue, but still made no difference) Links to apps:openCountdownBitfocus CompanionSteamVivaldi Read More
Copilot for Microsoft Fabric – Starter Series Healthcare Focus
Overview of Copilot in Fabric – Microsoft Fabric | Microsoft Learn
What is Microsoft Fabric – Microsoft Fabric | Microsoft Learn
Overview of Copilot for Power BI – Power BI | Microsoft Learn
https://partner.microsoft.com/en-US/case-studies/ilink
Microsoft Tech Community – Latest Blogs –Read More
Why am I continuously prompted to activate when I try to launch MATLAB?
I am trying to activate and use MATLAB. Every time I start MATLAB, it prompts me to activate, even though I complete the process and it states activation is complete each time.
Why am I continuously prompted to activate when I try to launch MATLAB?I am trying to activate and use MATLAB. Every time I start MATLAB, it prompts me to activate, even though I complete the process and it states activation is complete each time.
Why am I continuously prompted to activate when I try to launch MATLAB? I am trying to activate and use MATLAB. Every time I start MATLAB, it prompts me to activate, even though I complete the process and it states activation is complete each time.
Why am I continuously prompted to activate when I try to launch MATLAB? matlab, license, installation, key, activation, loop, actloop, conact MATLAB Answers — New Questions
I need to write a code to find numbers divisible by 7 and multiples of 5 from 1500:2700. How do I preallocate line 4 for speed and is my code the most efficient way to solve
result = [];
for num = 1500:2700
if mod(num, 7) == 0 && mod(num, 5) == 0
result = [result, num];
end
end
disp(‘Numbers between 1500 and 2700 that are divisible by 7 and multiples of 5:’);
disp(result);result = [];
for num = 1500:2700
if mod(num, 7) == 0 && mod(num, 5) == 0
result = [result, num];
end
end
disp(‘Numbers between 1500 and 2700 that are divisible by 7 and multiples of 5:’);
disp(result); result = [];
for num = 1500:2700
if mod(num, 7) == 0 && mod(num, 5) == 0
result = [result, num];
end
end
disp(‘Numbers between 1500 and 2700 that are divisible by 7 and multiples of 5:’);
disp(result); hw MATLAB Answers — New Questions
How to check/map simulink data set is matching model’s inports programmatically?
I have some simulink dataset stored in a lot of mat files.
Is there a way to check those dataset is still matching the model’s inports?
I know I can probably use Root Inport Mapper to check it manually, but I would like to know how to do that programmatically.
ThanksI have some simulink dataset stored in a lot of mat files.
Is there a way to check those dataset is still matching the model’s inports?
I know I can probably use Root Inport Mapper to check it manually, but I would like to know how to do that programmatically.
Thanks I have some simulink dataset stored in a lot of mat files.
Is there a way to check those dataset is still matching the model’s inports?
I know I can probably use Root Inport Mapper to check it manually, but I would like to know how to do that programmatically.
Thanks root inport mapper, simulink MATLAB Answers — New Questions
Azure DevOps release – Deployment
I’m trying to get all the deployment for the last 1 year thru the REST API in Azure DevOps but I’m getting only certain days data in the response.
Can anyone help with this. It doesn’t provide any housekeeping details as well in the document.
I’m trying to get all the deployment for the last 1 year thru the REST API in Azure DevOps but I’m getting only certain days data in the response. Can anyone help with this. It doesn’t provide any housekeeping details as well in the document. https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}?api-version=7.2-preview.9 Read More
No dynamic content available
Hello,
I have a very simple flow where I’m looking to send a customized email when a new item is added to list AND a column is equal to a certain value.
When adding a “Condition”, there is no dynamic content available. I’m expecting to see the column names from the list in “When a new item is created”. I have reviewed relevant posts but don’t seem to be relevant to my scenario.
I also tried adding “Get Item”, but it requires “ID” which I do not know how to reference a newly created ID. “
“Get Items” was able to populate the column names, but I’m only looking to check for the single new list item’s value.
Any help would be appreciated.
Hello, I have a very simple flow where I’m looking to send a customized email when a new item is added to list AND a column is equal to a certain value. When adding a “Condition”, there is no dynamic content available. I’m expecting to see the column names from the list in “When a new item is created”. I have reviewed relevant posts but don’t seem to be relevant to my scenario. I also tried adding “Get Item”, but it requires “ID” which I do not know how to reference a newly created ID. “”Get Items” was able to populate the column names, but I’m only looking to check for the single new list item’s value. Any help would be appreciated. Read More
How to execute the powershell script in the windows startup
How to execute the powershell script in the windows startup
How to execute the powershell script in the windows startup Read More
List Arduinos and connect to multiple Simulink
Hi,
I have 2 questions. 1 is about the com port and 2 is about the setting up the simulink via code.
So I found out that 2024A version has the function to list the Arduino using arduinolist – List available Arduino hardware – MATLAB (mathworks.com) this function.
However, I am currently unable to get 2024a but has 2023b version so I am looking for some suggestions how to make this list automatically so I can utilize. My start idea is to list the comport using the serialportlist("available") to obtain the comport that are connected which was successful but couldn’t find a way to obtain the information from the comport to detect what which Arduino is connected to which comport.
Can anyone give me some suggestions?
The second question is about how to connect the Simulink to these each Arduino.
I am able to open the Simulink using the open_system But couldn’t get each Simulink to connect to each Arduino. Is there a way to code so that the specific Simulink can connect to a specific Arduino. Any ideas please?
Thanks!Hi,
I have 2 questions. 1 is about the com port and 2 is about the setting up the simulink via code.
So I found out that 2024A version has the function to list the Arduino using arduinolist – List available Arduino hardware – MATLAB (mathworks.com) this function.
However, I am currently unable to get 2024a but has 2023b version so I am looking for some suggestions how to make this list automatically so I can utilize. My start idea is to list the comport using the serialportlist("available") to obtain the comport that are connected which was successful but couldn’t find a way to obtain the information from the comport to detect what which Arduino is connected to which comport.
Can anyone give me some suggestions?
The second question is about how to connect the Simulink to these each Arduino.
I am able to open the Simulink using the open_system But couldn’t get each Simulink to connect to each Arduino. Is there a way to code so that the specific Simulink can connect to a specific Arduino. Any ideas please?
Thanks! Hi,
I have 2 questions. 1 is about the com port and 2 is about the setting up the simulink via code.
So I found out that 2024A version has the function to list the Arduino using arduinolist – List available Arduino hardware – MATLAB (mathworks.com) this function.
However, I am currently unable to get 2024a but has 2023b version so I am looking for some suggestions how to make this list automatically so I can utilize. My start idea is to list the comport using the serialportlist("available") to obtain the comport that are connected which was successful but couldn’t find a way to obtain the information from the comport to detect what which Arduino is connected to which comport.
Can anyone give me some suggestions?
The second question is about how to connect the Simulink to these each Arduino.
I am able to open the Simulink using the open_system But couldn’t get each Simulink to connect to each Arduino. Is there a way to code so that the specific Simulink can connect to a specific Arduino. Any ideas please?
Thanks! arduino, simulink, appdesigner MATLAB Answers — New Questions
Wanting to pull data from multiple csv files using ‘get data’
Hi,
I am not seeing a ‘folder’ option in get data to merge a bunch of files I have sitting in a folder. All instructions I look up online say to do this by going to data –> get data –> folder but I don’t see folder option anywhere.
Hi, I am not seeing a ‘folder’ option in get data to merge a bunch of files I have sitting in a folder. All instructions I look up online say to do this by going to data –> get data –> folder but I don’t see folder option anywhere. Read More
can’t add a new account to outlook
I was able to add my gmail account to outlook. I cannot add another third party account though. I think it is because the email address for the new account is the same as my Microsoft user name. Any ideas?
I was able to add my gmail account to outlook. I cannot add another third party account though. I think it is because the email address for the new account is the same as my Microsoft user name. Any ideas? Read More
Change grid cell size and interpolate values from old grid into new grid.
I currently have a bathymetric grid that is 1504 m x 1217 m, with a matrix size of 356×583. This means the grid cell size is roughly 2.58 x 3.42 and is therefore slightly rectangular.
I would like to create a grid that is a square 3 x 3 resolution to cover this domain, which will be a 405 x 501 matrix (1215m x 1503m), and interpolate the values of the old matrix into the new one. I have heard that I can use interp2, or griddata to do this, but I’m not 100% sure where to start. Could someone give me a couplke of pointers to get me on the way to achieving this?
Thanks!I currently have a bathymetric grid that is 1504 m x 1217 m, with a matrix size of 356×583. This means the grid cell size is roughly 2.58 x 3.42 and is therefore slightly rectangular.
I would like to create a grid that is a square 3 x 3 resolution to cover this domain, which will be a 405 x 501 matrix (1215m x 1503m), and interpolate the values of the old matrix into the new one. I have heard that I can use interp2, or griddata to do this, but I’m not 100% sure where to start. Could someone give me a couplke of pointers to get me on the way to achieving this?
Thanks! I currently have a bathymetric grid that is 1504 m x 1217 m, with a matrix size of 356×583. This means the grid cell size is roughly 2.58 x 3.42 and is therefore slightly rectangular.
I would like to create a grid that is a square 3 x 3 resolution to cover this domain, which will be a 405 x 501 matrix (1215m x 1503m), and interpolate the values of the old matrix into the new one. I have heard that I can use interp2, or griddata to do this, but I’m not 100% sure where to start. Could someone give me a couplke of pointers to get me on the way to achieving this?
Thanks! grid, matrix, domain, resolution MATLAB Answers — New Questions
Know Before You Go to the 2024 European Microsoft Fabric Community Conference!
Earlier this year, our first-ever Microsoft Fabric Community Conference in Las Vegas saw over 4,200 attendees engaging with experts and gaining hands-on experience with Fabric. We’re thrilled to announce that in response to overwhelming demand, we’re bringing this incredible experience to Europe—offering even more opportunities for hands-on learning and professional growth!
We are so excited to meet our partners at the inaugural European Microsoft Fabric Community Conference, being held September 25-27, 2024 at the Stockholmsmässan in Stockholm, Sweden. With 130 track sessions, 4 keynotes, 10 workshops, Expo, Community Lounge, Ask the Experts, DE&I Programme, Women in Tech Lunch and more, this will be the most comprehensive learning event for Microsoft Fabric, ever!
Partner Activities at FabCon Europe:
Partner Pre-Day: Join us Tuesday, September 24, for a full day of learning and networking, exclusive to partners attending #FabConEurope. Throughout the day, we will have a keynote on the Fabric partner opportunity, expert-led deep dives on content tailored to Microsoft partners, including how to build a Fabric practice, resources, incentives, a partner panel discussion, an AMA session with Fabric LT, and more! See the full agenda here.
Time: Tuesday, September 24, 09:00-17:00 CEST
Where: Room K1, Stockholmsmässan
How to join us: Pre-registration is required. To add Partner Pre-Day to an existing registration, or change your registration from a tutorial to Partner Pre-Day, please complete the Partner Change Form.
Partner Happy Hour: Join us Tuesday after Partner Pre-Day to meet and mingle with your peers, the Fabric Partner Team, the Fabric leadership and product teams, as well as MVPs and community leaders. This event is open only to Microsoft partners and MVPs.
Time: Tuesday, September 24, 17:00-19:00 CEST
Location: K Foyer, Stockholmsmässan
1:1 Executive Connections: Request to meet 1:1 with the Fabric Partner Team, engineering leads, and/or executives to discuss your partner priorities and needs.
Deadline: Submit the request form https://aka.ms/RequestPartnerMeetings-FabCon by Friday, September 13.
Confirmation: You will receive meeting details by Wednesday, September 18.
Partner Open House: Stop by to meet the Fabric Partner Team and learn more about how we support partners in building your Fabric practice. Request a free DP-600 exam voucher while there!
Time: Thursday, September 26, 15:00-17:00
Location: Room K12, Stockholmsmässan
Location Map of Partner Activities
CVENT App:
Stay connected during the conference! Download the CVENT app to view the full conference schedule (including partner activities), participate in partner discussion groups, visit the Partner Page, network with peers, and more.
Meet the Fabric Partner Team:
Tamer Farag
Fabric Partner Ecosystem Team Lead
Connect on LinkedIn
Prashant Gutala
Fabric Partner Ecosystem Lead for depth motions
Connect on LinkedIn
Nikolina Kvesic
Fabric Partner Ecosystem Lead for XIAD and Partner Enablement
Connect on LinkedIn
Diana Tram Nguyen:
Fabric Partner Ecosystem Lead for breadth motions
Connect on LinkedIn
Stephanie Chimeziri
Partner Success Community Manager
Connect on LinkedIn
Michel Faber
WW Azure Analytics Partner Strategy Lead
Connect on LinkedIn
Ashley Asdourian
Sr Director, Azure and Industry Partner Marketing
Connect on LinkedIn
Ask us about the
Fabric Partner Opportunity
Microsoft AI Cloud Partner Program
Certifications
Solutions Partner designations
Specializations
Fabric Partner Community
Fabric Partner GTM Resources
Fabric Workshops and Bootcamps
Fabric Analyst in a Day
Fabric Partner Incentives
Fabric Featured Partners
Join the Fabric Partner Community on Teams to stay in touch by completing the participation form at https://aka.ms/JoinFabricPartnerComunity!
We’re all looking forward to seeing each of you in-person in Stockholm later this month!
Fabric Partner Team
FabricPartnersTeam@microsoft.com
Hashtags:
#FabConEurope #MicrosoftFabric #MicrosoftPartner
Earlier this year, our first-ever Microsoft Fabric Community Conference in Las Vegas saw over 4,200 attendees engaging with experts and gaining hands-on experience with Fabric. We’re thrilled to announce that in response to overwhelming demand, we’re bringing this incredible experience to Europe—offering even more opportunities for hands-on learning and professional growth!
We are so excited to meet our partners at the inaugural European Microsoft Fabric Community Conference, being held September 25-27, 2024 at the Stockholmsmässan in Stockholm, Sweden. With 130 track sessions, 4 keynotes, 10 workshops, Expo, Community Lounge, Ask the Experts, DE&I Programme, Women in Tech Lunch and more, this will be the most comprehensive learning event for Microsoft Fabric, ever!
Partner Activities at FabCon Europe:
Partner Pre-Day: Join us Tuesday, September 24, for a full day of learning and networking, exclusive to partners attending #FabConEurope. Throughout the day, we will have a keynote on the Fabric partner opportunity, expert-led deep dives on content tailored to Microsoft partners, including how to build a Fabric practice, resources, incentives, a partner panel discussion, an AMA session with Fabric LT, and more! See the full agenda here.
Time: Tuesday, September 24, 09:00-17:00 CEST
Where: Room K1, Stockholmsmässan
How to join us: Pre-registration is required. To add Partner Pre-Day to an existing registration, or change your registration from a tutorial to Partner Pre-Day, please complete the Partner Change Form.
Partner Happy Hour: Join us Tuesday after Partner Pre-Day to meet and mingle with your peers, the Fabric Partner Team, the Fabric leadership and product teams, as well as MVPs and community leaders. This event is open only to Microsoft partners and MVPs.
Time: Tuesday, September 24, 17:00-19:00 CEST
Location: K Foyer, Stockholmsmässan
1:1 Executive Connections: Request to meet 1:1 with the Fabric Partner Team, engineering leads, and/or executives to discuss your partner priorities and needs.
Deadline: Submit the request form https://aka.ms/RequestPartnerMeetings-FabCon by Friday, September 13.
Confirmation: You will receive meeting details by Wednesday, September 18.
Partner Open House: Stop by to meet the Fabric Partner Team and learn more about how we support partners in building your Fabric practice. Request a free DP-600 exam voucher while there!
Time: Thursday, September 26, 15:00-17:00
Location: Room K12, Stockholmsmässan
Location Map of Partner Activities
CVENT App:
Stay connected during the conference! Download the CVENT app to view the full conference schedule (including partner activities), participate in partner discussion groups, visit the Partner Page, network with peers, and more.
Meet the Fabric Partner Team:
Tamer Farag
Fabric Partner Ecosystem Team Lead
Connect on LinkedIn
Prashant Gutala
Fabric Partner Ecosystem Lead for depth motions
Connect on LinkedIn
Nikolina Kvesic
Fabric Partner Ecosystem Lead for XIAD and Partner Enablement
Connect on LinkedIn
Diana Tram Nguyen:
Fabric Partner Ecosystem Lead for breadth motions
Connect on LinkedIn
Stephanie Chimeziri
Partner Success Community Manager
Connect on LinkedIn
Michel Faber
WW Azure Analytics Partner Strategy Lead
Connect on LinkedIn
Ashley Asdourian
Sr Director, Azure and Industry Partner Marketing
Connect on LinkedIn
Ask us about the
Fabric Partner Opportunity
Microsoft AI Cloud Partner Program
Certifications
Solutions Partner designations
Specializations
Fabric Partner Community
Fabric Partner GTM Resources
Fabric Workshops and Bootcamps
Fabric Analyst in a Day
Fabric Partner Incentives
Fabric Featured Partners
Join the Fabric Partner Community on Teams to stay in touch by completing the participation form at https://aka.ms/JoinFabricPartnerComunity!
We’re all looking forward to seeing each of you in-person in Stockholm later this month!
Fabric Partner Team
FabricPartnersTeam@microsoft.com
Hashtags:#FabConEurope #MicrosoftFabric #MicrosoftPartner
Read More
Multiple Choice Plus Text Fields for Each Choice
I am trying to recreate this question in Forms, but I can’t seem to find an elegant way to replicate this tool.
is the only option to separate the 3 questions and add branching based on their response?
Thanks!
I am trying to recreate this question in Forms, but I can’t seem to find an elegant way to replicate this tool. is the only option to separate the 3 questions and add branching based on their response? Thanks! Read More
Force a link to open in a popup inside the Detailed List layout inside PnP Modern search WebPart
I have the following setting inside my PnP Modern search result:-
Here is the code:-
{{slot item @root.slots.Destination}}
</a>
Currently the link will open in a new tab. so can i force the link to open in a popup window ? instead of a new tab?
Thanks
I have the following setting inside my PnP Modern search result:- Here is the code:- <a href=”{{slot item @root.slots.PreviewUrl}}” data-interception=”off” target=”_blank” style=”color: {{@root.theme.semanticColors.link}}”>
{{slot item @root.slots.Destination}}
</a> Currently the link will open in a new tab. so can i force the link to open in a popup window ? instead of a new tab?Thanks Read More