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 Team,
I have done If logical funtion in New Measure ,
Status_If = If(Value 1 > Value 2, "Above","Below")
After above calculation I need total count Separate for Month wise.
Thanks,
KV's
Hi Udt_KV,
Based on your description, I have created a simple data table.
Two measures:
Above count = COUNTROWS(filter('table','table'[Status if]="Above") )
Below count = COUNTROWS(filter('table','table'[Status if]="Below") )
The above are the measures you require to calculate separately, and in order to be consistent with the results in the figure you gave, you need to add another measure
count SKU = COUNTA('table'[SKU])
Then create a table visual and put all these measures into the visual.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Try these measures:
Did I answer your question? Mark my post as a solution!
Appreciate your Kudos !!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
97 | |
88 | |
60 | |
43 | |
40 |