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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello everyone,
I have a sp list like :
Where Plan_Issue, Issue Title and Category are lookup column
and i want to create graphic to integrete in my powerapps that's why I'm using power BI,
I need the graphic look like this :
So i want the sum of "open" and "closed" filter by type, category in my sp list, priority, until a date and from x last day.
Can someone help me to di this ?
Solved! Go to Solution.
@Yuna-Evita , You need to join both open and close date to one date table. On join will be inactive, that you will activate using userelationship
example
@Yuna-Evita , You need to join both open and close date to one date table. On join will be inactive, that you will activate using userelationship
example