sample csv file

Power BI vs Tableau vs Amazon QuickSight – Which is Best for Your Organization?

By: Ken Adams This is a common question we get asked as full-service business intelligence professionals. Sometimes the asking organization already owns licenses or is looking to invest in a new tool. Or sometimes the company’s research and analytics departments use Tableau while their financial analysts make use of Power BI. Just about every time, the business Read More

sample csv file

How to Create a Calculate Column for The Same Day of Last Year

You can create a calculated column in Calendar Dimension: SameDayLY= var TodayDate = TODAY() var LastYear = YEAR(TodayDate)-1 var LastMonth = MONTH(TodayDate) var LastDay = DAY(TodayDate) return ‘Calendar'[Date]= DATE(LastYear,LastMonth,LastDay) This solution shoule be good for most of the situation. However, your way returned a true value for “2019-03-01” if Today date was a Leap day Read More

sample csv file

Watch Out Google Group “Moderation”, It May Holds Your Group Emails Without Notifications.

Google Group owners are able to moderate the messages sent to their members to protect them from junk mail. Moderation is not active by default and should be set up as appropriate by the group owner. Owners and managers are generally granted permission to determine which messages should be allowed to be sent to group Read More

sample csv file

How to Build a Power BI Dashboard for Mobile Correctly

4 steps to build Power BI dashboard for Mobile correctly In this article, we will learn how to Optimize a Power BI dashboard for mobile phones.  What is a Power BI dashboard?  How to create a power bi dashboard for mobile phones? What is a Power BI dashboard? A Power BI dashboard is a feature of the Read More

sample csv file

How to Sort a Chart by Different Axis in a Power BI reports

 Important This article is intended for Power BI users who do not have edit permissions to the report or dataset and who only work in the online version of Power BI (the Power BI service). If you are a report designer or administrator or owner, this article may not have all the information you need. Instead, please read Sort by column Read More