Forum Discussion
LarsThomas
8 years agoFrequent Visitor
Date slicer - different dates
Hi everybody, PowerBI newbie here. I have a table that includes customer transactions, including invoicenumber, invoice date and settlement date (if settled). Example: Invoice Invoice...
Sandeep641
8 years agoFrequent Visitor
You can use date table . connect one of the date to the date table (active connection) and make the other inactive. You can use calculate(sum(amount)userelationship(invoicedate, datetable)
This should work