Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone,
I have a data table like this one :
I want to do a 3 lines chart to compare
- Sessions
- Session with a filter medium = organic
=>Organic Sessions = CALCULATE(SUM('MyDataSet'[Sessions]);FILTER('MyDataSet';'MyDataSet'[Medium]="organic"))
- Sessions with a filter medium = organic AND Page path level 1 = "/coloration"
I dont know how to write the last formula.
Could someone help me please ?
Thanks !!
Visar
Solved! Go to Solution.
@Visar Please try this...
CALCULATE(SUM('MyDataSet'[Sessions]),FILTER('MyDataSet','MyDataSet'[Medium]="organic" && 'MyDataSet'[Page path level 1] = "/coloration"))
Proud to be a PBI Community Champion
@Visar Please try this...
CALCULATE(SUM('MyDataSet'[Sessions]),FILTER('MyDataSet','MyDataSet'[Medium]="organic" && 'MyDataSet'[Page path level 1] = "/coloration"))
Proud to be a PBI Community Champion
Awesome Thanks !!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 40 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 183 | |
| 114 | |
| 93 | |
| 61 | |
| 45 |