Donna E
@edwardsdna.bsky.social
120 followers 110 following 2.3K posts
#OpinionsAreMine #Community #Inclusion #Sustainability #HumanDecency #CommonSenseSolutions 🏞️ Work = #EnterpriseSolutionArchitect #DigitalTransformation #AI #CX #TechnologyRoadmap #PowerPlatform #MSCloudBusinessApplications
Posts Media Videos Starter Packs
edwardsdna.bsky.social
Scientists Watch Fungi Evolve in Real Time, Thanks to a Marriage Proposal in a Cheese Cave: A new study pinpoints a disruption in a gene that made a beloved blue cheese's rind go from green to white @SmithsonianMag #FungiEvolution #CheeseScience #BlueCheese #Genetics #Biodiversity
Scientists Watch Fungi Evolve in Real Time, Thanks to a Marriage Proposal in a Cheese Cave
A new study pinpoints a disruption in a gene that made a beloved blue cheese's rind go from green to white
dlvr.it
edwardsdna.bsky.social
Microsoft 365 Finance agents 2025 Release Wave 2 Release Highlights @MSFTDynamics365 #Microsoft365 #FinanceAgents #ReleaseHighlights
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
edwardsdna.bsky.social
Getting Started with Copilot in Power BI Desktop: A Step-by-Step Guide (Part 1): This blog covers how to set up Copilot in Power BI Desktop and what’s required to get started @PowerBI #PowerBI #DataVisualization #Copilot #BusinessIntelligence #DataAnalysis
Getting Started with Copilot in Power BI Desktop: A Step-by-Step Guide (Part 1)
This blog covers how to set up Copilot in Power BI Desktop and what’s required to get started
dlvr.it
edwardsdna.bsky.social
Claude Monet's Beautiful Paintings of Venice Are Headlining an Exhibition for the First Time in More Than a Century: The paintings came from the French Impressionist’s time in Italy with his wife, Alice, in 1908 @SmithsonianMag #ClaudeMonet #Impressionism #Venice #ArtExhibition #FrenchArt
Claude Monet's Beautiful Paintings of Venice Are Headlining an Exhibition for the First Time in More Than a Century
The paintings came from the French Impressionist’s time in Italy with his wife, Alice, in 1908
dlvr.it
edwardsdna.bsky.social
A Human Face Was Carved Into This Stone Pillar in Turkey 11,000 Years Ago: The T-shaped pillar is the first with a face to be found in the Stone Age archaeological sites of Turkey’s Taş Tepeler @SmithsonianMag #Archaeology #StoneAge #Turkey #AncientHistory #ArtHistory
A Human Face Was Carved Into This Stone Pillar in Turkey 11,000 Years Ago
The T-shaped pillar is the first with a face to be found in the Stone Age archaeological sites of Turkey’s Taş Tepeler
dlvr.it
edwardsdna.bsky.social
AI in Action: How Accenture and Avanade are unlocking new value with the power of AI @MSFTDynamics365 #AI #ArtificialIntelligence #Accenture
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
edwardsdna.bsky.social
Sorting Date & Month Columns in Descending Order in Power BI Matrix Visual: Struggling to get your months to sort correctly in descending order within a Power BI Matrix visual? You’re not alone! In this article, we’ll walk… @PowerBI #PowerBI #MatrixVisual #DataSorting #DAX #BusinessIntelligence
Sorting Date & Month Columns in Descending Order in Power BI Matrix Visual
Struggling to get your months to sort correctly in descending order within a Power BI Matrix visual? You’re not alone! In this article, we’ll walk through step-by-step techniques—using a Date table, [Date Sort] column, and smart DAX—to ensure your date and month columns always appear in the correct order.
dlvr.it
edwardsdna.bsky.social
A Rare Interstellar Comet Just Flew by Mars—Here Are the Photos Captured by an Orbiting Spacecraft: The images offer the closest view yet of comet 3I/ATLAS, famous for being only the third known interstellar object to… @SmithsonianMag #InterstellarComet #Mars #SpacePhotography #Comet3IATLAS #NASA
A Rare Interstellar Comet Just Flew by Mars—Here Are the Photos Captured by an Orbiting Spacecraft
The images offer the closest view yet of comet 3I/ATLAS, famous for being only the third known interstellar object to pass through our solar system
dlvr.it
edwardsdna.bsky.social
Once Smuggled Animals Are Rescued, Law Enforcement Officers Call Her: As coordinator of the Wildlife Confiscations Network, Mandy Fischer helps match trafficked animals—from alligators… @SmithsonianMag #WildlifeConservation #AnimalRescue #EndWildlifeTrafficking #ProtectWildlife #ConservationEfforts
Once Smuggled Animals Are Rescued, Law Enforcement Officers Call Her
As coordinator of the Wildlife Confiscations Network, Mandy Fischer helps match trafficked animals—from alligators to jaguars to baby monkeys—with sanctuaries and care facilities
dlvr.it
edwardsdna.bsky.social
Protecting Azure Infrastructure from silicon to systems: At Microsoft, secure design begins at the foundation of our computing stack—the silicon level—and extends through every layer of the cloud.

The post Protecting Azure Infrastructure from silicon to… @Azure #Azure #CloudSecurity #Microsoft
Protecting Azure Infrastructure from silicon to systems
At Microsoft, secure design begins at the foundation of our computing stack—the silicon level—and extends through every layer of the cloud. The post Protecting Azure Infrastructure from silicon to systems appeared first on Microsoft Azure Blog.
dlvr.it
edwardsdna.bsky.social
Set a visual to allow report users dynamically select fields to export: Problem statement: If users of your PBI report want to export data:

* You need to enable the visual header icon - more options for each visual… @PowerBI #PowerBI #DataExport #DataVisualization #Analytics #BusinessIntelligence
Set a visual to allow report users dynamically select fields to export
Problem statement: If users of your PBI report want to export data: * You need to enable the visual header icon - more options for each visual your want users to be able to export from. * Further more, users will be able to export fields only available in that visual. * Additionally, if the visual is not a table or a matrix * You have no control over column headers of exported data, they will show your Fields/measures names. * , If you have dynamically formatted measures, you will get a column containing the format string exported for each dynamically formatted measure.   Better Approach: Create a visual dedicated ONLY for data export and put in it all what you think your users might need to export and make its fields dynamically selectabel! Here is how... * Create a Field parameter and include in it all your tables columns and measures you think users might need to export, let's name it Export, and the parameter column name is Value. * Create a slicer using Export[Value]. * Format the slicer setting Style to drop down and selection to Single Select (off) and Multi-select with CTRL (off). This will make the fields selectable via check boxes. * Create a table visual also using Export[Value]. * Switch off the text wrap from the table values and table column headers. * Set the table title to "EXPORT". * Shrink the table column widths to be all zeros, and the table hight to be just accomodating the title. * Layer the slicer to be on top of the table using the selection pane. * Ensure that header icons are switched off for the slicer and all other visuals, and switched on only for the table with only "more options" icon selected * Group both visuals   Now your users can use the slicer to choose all the fields they want, then click on the ellipsis and export these fields to an excel file.   Note that: * You have full control over the field names using the Export[Value] column in the field parameter table.✅ * User has full control over what they want to export.✅ * Exported data will be reflecting all user applied selections and filters.✅ * Bonus tip: in the parameter table you can add one more column to categorize the fields and use it in the slicer to group similar fields under a category.✅ Will look amazing 🌟        
dlvr.it
edwardsdna.bsky.social
This New Exhibition Explores the Lives of Ancient Egyptian Makers: These talented craftspeople specialized in ceramics, sculpture, jewelry, stonemasonry, coffin decorating and other art forms @SmithsonianMag #AncientEgypt #ArtExhibition #Ceramics #Sculpture #Jewelry
This New Exhibition Explores the Lives of Ancient Egyptian Makers
These talented craftspeople specialized in ceramics, sculpture, jewelry, stonemasonry, coffin decorating and other art forms
dlvr.it