Blog
Astro: Manage Draft and Published Post Statuses by Adding a Content Collection Schema Property
Learn to manage draft posts in Astro by adding a property to your schema, filtering drafts in production, and keeping them visible in development.
Astro: Add Related Posts to Blog Entries
Learn how to add a related posts property to your Astro content collection schema and display related posts links on your blog using custom components.
Create and Use Custom Date Tables in Power BI for Date Hierarchies
Create custom date tables in Power BI using Power Query for precise control over date hierarchies, calculations, and formatting in reports.
PowerShell and Batch Scripts to List Files in Folder and Subfolders, Handle Long Paths and Complex Filenames in Windows
Generate a file list from a folder and subfolders using batch and PowerShell scripts. Handle long paths, filenames, and Unicode support.
Power BI: Create a Filled Donut Chart with DAX and Card Visualizations
Create a filled Donut chart in Power BI using DAX measures and Card visuals to display key metrics in the center.
Power BI: Unicode Characters in Visualizations
Convert text values into colorful icons in Power BI using DAX measures and Unicode characters for Table and Card visualizations.
Power BI: Filter Using Card Visualizations and Bookmarks
Create filterable card visualizations in Power BI using bookmarks and transparent shapes to enhance interactivity and user experience.
Excel: Combination Clustered and Stacked Column Chart
Combine clustered and stacked columns in one Excel chart without changing the source data structure.
Astro: Adding Previous and Next Post Navigation Links to Blog
Astro component adding relative navigation links to the previous and next blog post entries in a collection.