March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Please suggest the formula which should correctly return the list of customers' name who did not make any transactions in the selected month compared to the previous month.
Create the following measure, add your customers in a Table visual and include the mesure in the Visual filter and set it equal to 1, it should show you the customers who have sales in current month but no sales in previous month:
Missing Sales =
INT (
[Sales Amount] = BLANK ()
&& CALCULATE ( [Sales Amount], PREVIOUSMONTH ( 'Date'[Date] ) ) <> BLANK ()
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |