Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I'm trying to build into a report a tile that will show a break down month by month how many clients have signed up for one of our services. This would go back from the start of the service (a couple of years ago) up to the current month. I'm not sure what to use. Is this something for DAX or M? Thanks!
Hi @badgerr11
You can do this in Power BI visuals and using some DAX, quitestraightforward one.
Create a measure cntofcustomer= COUNT(Table1[Customer_ID])
Assume you have Enroll_date, Create a Year-Month column with DAX : CONCATENATE(YEAR(Table1[Enroll_Date]), MONTH(Table1[Enroll_Date]) )
Now pull the required dimension along with the above created measure/ object.
Foe Ex: Pull Service_Categoy, Year_Month, CountofCustomer.
This will giev the required result.
Thanks
Raj
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
78 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
84 | |
48 | |
48 | |
48 |