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.
Hi everyone,
I created one measure which shows count but it is not showing me total in the end. Thanks for your time and help.
Solved! Go to Solution.
Hi, @AnkurSharma
Try to add another measure like:
Result = SUMX(VALUES(test[Company]),[Company count])
Best Regards,
Community Support Team _ Eason
@AnkurSharma Not sure @Anonymous 's message is 100% complete. Here is some additional information to help you understand what is likely going on. This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
HI @Greg
can you help me with Hason filter on this measure?
i tried this but not working
IF(HASONFILTER(
Hello the measure shoulf be the same so example
Measure1 = CALCULATE(countrows(sheet1),filter(sheet1,containstring(sheet1[column1],max(test[company]))
Then
IF(HASONEFILTER(table[main column on your visual table]),[Measure1]
Hi, @AnkurSharma
Try to add another measure like:
Result = SUMX(VALUES(test[Company]),[Company count])
Best Regards,
Community Support Team _ Eason
Hello please try
Correct Total = IF(HASONEFILTER(table[main column on your visual table]),[Your Measure]
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
7 |