Tips to improve Power BI report appeal
This article will show you how to use a Powerpoint theme to modify and beautify a Power BI report.
2022-08-22
5,189 reads
This article will show you how to use a Powerpoint theme to modify and beautify a Power BI report.
2022-08-22
5,189 reads
In this step-by-step article, learn how to dynamically select what displays on the X or Y axis of a Power BI chart.
2022-08-17
This article will show how you can code in Python and produce a chart for Power BI.
2022-08-15
14,319 reads
2022-08-12
468 reads
This article shows how you can incorporate Python scripting inside a Power BI report.
2022-08-01
12,458 reads
Learn how you can make your visuals more interesting with the Infographic Designer Visual.
2022-07-25
10,089 reads
In this article learn how to download, install and get started building your first Power BI report using SQL Server data.
2022-07-22
Learn how to work with SSAS data in Power BI in this article.
2022-07-18
5,588 reads
Learn how you can adjust the way users interact with reports and change font sizes as well as add parameters for filtering.
2022-07-11
15,575 reads
This article continues looking at various expressions that are available in the Report Builder. We cover some build in functions as well as various logical operators.
2022-06-20
4,715 reads
By Vinay Thakur
I wrote about TempDB Internals and understand that Tempdb plays very important role on...
By Vinay Thakur
continuing from Day 1 where we covered the history of AI and GPT family,...
By Steve Jones
It’s a day off for Redgate today. This is our annual wellbeing day, where...
Comments posted to this topic are about the item A Quick Restore
Comments posted to this topic are about the item Guarding Against SQL Injection at...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
While doing some testing of an application, I wanted to reset my environment after doing some testing with this code:
USE DNRTest BACKUP DATABASE DNRTest TO DISK = 'dnrtest.bak' GO /* Bunch of stuff tested here */RESTORE DATABASE DNRTest FROM DISK = 'dnrtest.bak' WITH REPLACEWhat happens if this runs, assuming the "bunch of stuff" isn't anything affecting the instance. See possible answers