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 September 15. Request your voucher.
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