The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
As i am new to power BI. I have to make one measure which shows the MonthWise Sales without putting date into the values shelf.
Whatever the Measure we are going to create it will display the MonthWise Sales except "une" sale.
Thanks in Adv!!!!!...
Abhi.
Hi @abhi123,
If I understand you correctly, the formula to create the measure should be similar like below.
Measure = CALCULATE ( SUM ( 'YourTableName'[MonthWise Sales] ), FILTER ( ALL ( 'YourTableName' ), 'YourTableName'[columnName] <> "une" ) )
If that isn't the case, could you post your table structures with some sample data and your expected result? So that we can better assist on the issue.
Regards
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |