Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I want to count number of English messages and hinglish messages for example hinglish like Mai accha hu, AAP kaha se hai etc
@Ashanaik
Let's take an example suppose you have column in which you have different english and hinglish messages, To count them by english, hinglish category you have to add a column like "Flag" for english meassages = 1 and for hinglish meassages = 0.
Then you can write dax(Make measure):
Flag is column to differentiate type of messages.
For english messages
CALCULATE( COUNT(Messages), Flag = 1)
For Hinglish messages
CALCULATE( COUNT(Messages), Flag = 0)
If i have given the answer. Please mark as a solution.
Thanks
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |