Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Cheers,
I'm wondering if there is a way to compare e.g. two time ranges with Power BI Q&A.
e.g. "compare this week's active users vs last week active users"
I realize I could build that with a time intelligence function with DAX, but that means I can't use data that we push into PowerBI through the REST API (because the data set is not exposed to PowerBI desktop and can't be edited on the desktop).
Any heads up will be greatly appreciated.
Hello,
There is a good documentation about Q&A 🙂
https://support.powerbi.com/knowledgebase/articles/664393
A sample
"Show <column>, where <column> is between <range>
Examples:
Show products, where price is between $10 and $30
Show sales, where date is between 2012 and 2014"
Hope it's help you.
Hi,
thanks for the link - but the problem I have is not solved in the documentation; it isn't mentioning how to compare data from two different date ranges.