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.
My dataset has 3 columns: Date (date), Energy_Consumed (numeric), and Energy_Consumed (kw) (decimal).
In my report, I have a card that shows the highest energy consumed (using the Max summarisation). But I want to show the date when this happens (in this case its 9 Jan 2020). Is it possible? its my first time here so I'm not sure if I'm in the correct place to ask this.
Solved! Go to Solution.
Hi !
Each card can have only one data. So I just you to create an additional card with the information of the date when the energy consumed is max.
You can download here
- a database in excel (similar to the one you describe) and
- a pbix created to see 2 cards. 1 card has the max value and 1 card has the date when the max value appear.
hope it helps
Hi !
Each card can have only one data. So I just you to create an additional card with the information of the date when the energy consumed is max.
You can download here
- a database in excel (similar to the one you describe) and
- a pbix created to see 2 cards. 1 card has the max value and 1 card has the date when the max value appear.
hope it helps