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 !!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 46 | |
| 42 | |
| 23 | |
| 18 |
| User | Count |
|---|---|
| 192 | |
| 125 | |
| 99 | |
| 67 | |
| 48 |