How to Use Rich Text Editor Control in Power Apps?

powerapps rich text editor's default value

Recently, while working with the Power Apps application, I was required to display the gallery-selected item details in a text label. I needed to make some bold text and increase the font to differentiate the details, but we can’t achieve this with a standard text label. After researching, I learned that Power Apps has a control … read more…

Power Apps Left Navigation Component – How to Build

power apps left navigation menu component

I developed a Power Apps application for leave management a few weeks ago. Since I had to switch between the screens there constantly, I made a left navigation component so that users could do it quickly. In this tutorial, I will explain how to create a Power Apps left navigation component step by step. Create … read more…

How to Reset Power Apps Combo Box Control?

how to reset power apps combo box control

While working with the Power Apps combo box control, we might need to reset this control to undo the selection that we have made. We can reset a Power Apps Combo box to any default value or empty value. In this article, I will show you how to reset Power Apps combo box control using different scenarios. … read more…

How to Set Combo Box Value On Button Click in Power Apps?

set combo box value on button click in power apps

A few weeks ago, I created an app in Power Apps for approving employee leave requests. Here, I needed to set the approval status combo box value to Approved if I clicked the Approve button and reject if I clicked the Reject button. In this article, I will explain how to set combo box value … read more…

How to Filter Last N Days Data Using Power BI DAX?

Power BI Filter Data by Last 7 Days

Last week, I worked on a Power BI customer support report that required showing the number of support tickets created in the last 30 days. Also, it filters the data to show the tickets created in the previous seven days. All these things are possible by using the Power BI DAX statement. In this Power … read more…

How to Filter Current Year Data Using Power BI DAX?

Filter Current Year using Power BI Dax

Recently, I was working on a Power BI report and needed to filter data for the current year. This is a common requirement for many reports, as it helps in analyzing and visualizing data to the ongoing time period. To achieve this, we can use DAX (Data Analysis Expressions) in Power BI to dynamically filter … read more…

How to Use DATEDIFF() in Power BI DAX? [With Conditions]

power bi datediff between two columns

Last week, while working on a Power BI dashboard, I needed to calculate the difference between two dates using DAX. I researched this and found that the Power BI DATEDIFF() function is the best option for this purpose. In this Power BI article, I will explain the Power BI DATEDIFF() function and its syntax. We … read more…

How to Filter Date Using Power BI DAX + 7 Examples

Power BI DAX filter datediff

While working together, one of my Power BI clients wanted to filter the data between two dates or based on the date selection. I’ve found that using the Power BI DAX function is extremely easy. In this Power BI tutorial, I will explain how to filter date using Power BI DAX, Power BI DAX filter … read more…

How to Filter Distinct Date Using Power BI DAX?

power bi distinct count with date filter

Sometimes, you may need to display unique dates from a dataset in a Power BI report. You can create a calculated table or column that filters out duplicate dates to do this. Let’s look at an example of how to filter distinct date using Power BI DAX. Filter Distinct Date Using Power BI DAX While … read more…

>