Power BI Custom Visuals Class (Module 49 – SandDance)
In this module you will learn how to use the SandDance Power BI Custom Visual. The SandDance visual is an...
2017-05-16 (first published: 2017-05-01)
2,351 reads
In this module you will learn how to use the SandDance Power BI Custom Visual. The SandDance visual is an...
2017-05-16 (first published: 2017-05-01)
2,351 reads
In this module you will learn how to use the Time Brush Power BI Custom Visual. The Time Brush gives...
2017-05-02 (first published: 2017-04-25)
1,389 reads
In this module you will learn how to use the Line Dot Chart Power BI Custom Visual. The Line Dot...
2017-04-26 (first published: 2017-04-18)
1,407 reads
In this module you will learn how to use the Table Sorter Power BI Custom Visual. The Table Sorter allows...
2017-04-13
845 reads
In this module you will learn how to use the Network Navigator Power BI Custom Visual. You may find the...
2017-04-12 (first published: 2017-04-06)
1,378 reads
In this module you will learn how to use the Attribute Slicer Power BI Custom Visual. Using the Attribute Slicer...
2017-03-29
1,153 reads
In this module you will learn how to use the Gantt Power BI Custom Visual. Using the Gantt chart you...
2017-04-04 (first published: 2017-03-21)
2,515 reads
In this module you will learn how to use the Stars Power BI Custom Visual. The Stars visual is a...
2017-03-14
843 reads
In this module you will learn how to use the Image Viewer Power BI Custom Visual. The Image Viewer visual...
2017-03-14 (first published: 2017-03-07)
2,160 reads
In this module you will learn how to use the Long Text Viewer Power BI Custom Visual. The Long Text...
2017-03-07 (first published: 2017-02-28)
2,288 reads
By DesertDBA
I haven’t posted in a while (well, not here at least since I’ve been...
By Steve Jones
One of the things that I like about the SQL Server docs (MS Learn...
By Brian Kelley
For a number of years I have subscribed to Randy Franklin Smith's Patch Tuesday...
is there a no code way to limit an ssis extract from excel to...
Hello Need help in pivoting this data set, the Pivot takes MIN/MAX on a...
hi we have to replace talend which generally was used to move files. talend's...
In SQL Server 2025, what does this return?
CREATE TABLE Numbers ( n INT) GO INSERT dbo.Numbers ( n ) VALUES (1), (2), (3) GO SELECT PRODUCT(n) FROM dbo.NumbersSee possible answers